2024-05-06T02:47:34.183 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T02:47:34.183 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072 -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/orig.config.yaml 2024-05-06T02:47:34.210 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T02:47:34.296 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072 branch: wip-yuriw-testing-20240503.181540-main description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7690072' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main 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 - mon down - out of quorum log-only-match: - CEPHADM_ sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/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: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPh6DgZQaVFx9qcwDQdQixvfDu1J23AK10d+rGEw2QS4AjJALmZNlTuVl0fvqvpeCryC12j5mbs6q8LSG4Z9bWc= smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJapIWs4c+0EqSUOnLhWaDB7vlH4WycBaXMr6jmi6RZ97A9pZZYmSiaNNKrfnoXxYYwHy0gFaZTVdfmQ+uUQb58= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtcP/I2iXtKyN/3h9AXKRhPrtAXq/EWlfD1G4EPvnNFZI6zr9l2F2drcF8hqmdixlQYyXerNvNzjzfZT2aXmBE= 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_23:44:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T02:47:34.297 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa; will attempt to use it 2024-05-06T02:47:34.297 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa/tasks 2024-05-06T02:47:34.297 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T02:47:34.299 INFO:teuthology.task.internal:Checking packages... 2024-05-06T02:47:34.325 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' 2024-05-06T02:47:34.325 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T02:47:34.325 INFO:teuthology.packaging:ref: None 2024-05-06T02:47:34.325 INFO:teuthology.packaging:tag: None 2024-05-06T02:47:34.325 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240503.181540-main 2024-05-06T02:47:34.325 INFO:teuthology.packaging:sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:47:34.325 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuriw-testing-20240503.181540-main 2024-05-06T02:47:34.552 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:47:34.554 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T02:47:34.561 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T02:47:34.561 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T02:47:34.568 INFO:teuthology.task.internal:Saving configuration 2024-05-06T02:47:34.580 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T02:47:34.587 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T02:47:34.612 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.511967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILnKgV7AwIt4Vj2hUWXDJotrasreniKfdnAV+RVaACZm'} 2024-05-06T02:47:34.635 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.509673', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK45ruSvSUPU55Bh4WD6WpVJMMzhYGIRGlBTA8vr36pT'} 2024-05-06T02:47:34.655 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.510908', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPHrEDW5tx4NpLyK7UBprChWtsBIf/45xVkplxBVIj4X'} 2024-05-06T02:47:34.655 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T02:47:34.660 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-06T02:47:34.661 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-06T02:47:34.661 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-06T02:47:34.661 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T02:47:34.765 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3987331f70>, signals=[15]) 2024-05-06T02:47:34.766 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T02:47:34.771 INFO:teuthology.task.internal:Opening connections... 2024-05-06T02:47:34.772 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-05-06T02:47:34.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:47:34.855 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-05-06T02:47:34.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:47:34.933 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-05-06T02:47:34.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:47:35.011 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T02:47:35.023 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-05-06T02:47:35.028 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-05-06T02:47:35.028 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="22.04" 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=jammy 2024-05-06T02:47:35.076 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:47:35.077 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:47:35.077 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-05-06T02:47:35.098 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-05-06T02:47:35.104 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-05-06T02:47:35.104 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-05-06T02:47:35.150 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:47:35.151 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:47:35.151 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-05-06T02:47:35.174 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-05-06T02:47:35.179 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-05-06T02:47:35.180 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Ubuntu" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="22.04" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_CODENAME=jammy 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:ID=ubuntu 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE=debian 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:47:35.227 INFO:teuthology.orchestra.run.smithi149.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:47:35.228 INFO:teuthology.orchestra.run.smithi149.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:47:35.228 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-05-06T02:47:35.248 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T02:47:35.257 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T02:47:35.270 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T02:47:35.270 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:47:35.273 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:47:35.275 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:47:35.280 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T02:47:35.290 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T02:47:35.291 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:47:35.321 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:47:35.323 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:47:35.341 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T02:47:35.424 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T02:47:35.444 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T02:47:35.444 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-06T02:47:35.445 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:47:35.445 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:47:35.446 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:47:35.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:47:35.451 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-05-06T02:47:35.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:47:35.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:47:35.452 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-05-06T02:47:35.453 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-06T02:47:35.497 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-56-generic 2024-05-06T02:47:35.497 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.15.0-56-generic 2024-05-06T02:47:35.497 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-05-06T02:47:35.498 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-05-06T02:47:35.499 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-05-06T02:47:35.499 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-05-06T02:47:35.503 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-56-generic 2024-05-06T02:47:35.504 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.15.0-56-generic 2024-05-06T02:47:35.504 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-05-06T02:47:35.628 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-05-06T02:47:35.630 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-05-06T02:47:35.632 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-05-06T02:47:35.786 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:47:35.790 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:47:35.790 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:47:35.804 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:47:35.805 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:47:35.805 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:47:35.865 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:47:35.898 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:47:35.921 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:47:35.921 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:47:35.984 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:47:36.037 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:47:36.105 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:47:36.105 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:47:36.151 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:47:36.157 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:47:36.160 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:47:36.161 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:47:36.161 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:47:36.185 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:47:36.186 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:47:36.191 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.191 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:47:36.193 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:47:36.205 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:47:36.212 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:47:36.213 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:47:36.238 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:47:36.239 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:47:36.239 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:47:36.239 INFO:teuthology.orchestra.run.smithi149.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:47:36.239 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:47:36.240 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:47:36.245 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:47:36.246 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:47:36.248 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:47:36.255 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:47:36.255 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:47:36.279 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:47:36.280 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:47:36.285 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.285 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:47:36.295 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:47:36.302 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:47:36.306 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:47:36.307 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:47:36.313 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.313 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:47:36.314 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:47:36.323 INFO:teuthology.orchestra.run.smithi149.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:47:36.325 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:47:36.331 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:47:36.332 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:47:36.338 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:47:36.341 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:47:36.342 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:47:36.345 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:47:36.346 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:47:36.346 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:47:36.346 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:47:36.347 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:47:36.348 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:47:36.350 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:47:36.353 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:47:36.354 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:47:36.354 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:47:36.374 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:47:36.375 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:47:36.389 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:47:36.389 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:47:36.408 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:47:36.408 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:47:36.408 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:47:36.410 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:47:36.446 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:47:36.451 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.451 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:47:36.464 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:47:36.472 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:47:36.474 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:47:36.474 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:47:36.476 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:47:36.476 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:47:36.476 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:47:36.487 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:47:36.487 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:47:36.488 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:47:36.489 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:47:36.507 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:47:36.507 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:47:36.507 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:47:36.508 INFO:teuthology.orchestra.run.smithi029.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:47:36.508 INFO:teuthology.orchestra.run.smithi029.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:47:36.644 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:47:36.795 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:47:36.816 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:47:36.829 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:47:36.829 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:47:36.834 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:47:36.849 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:47:36.850 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:47:36.912 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:47:36.913 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:47:36.914 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:47:36.915 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:47:36.920 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.943 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:47:36.943 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:47:36.955 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:47:37.084 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:47:37.373 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:47:37.719 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:47:37.757 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:47:37.770 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:47:37.771 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:47:37.773 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:47:37.774 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:47:37.774 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:47:37.775 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:47:37.781 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:47:37.787 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:47:37.787 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:47:37.801 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:47:37.801 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:47:37.806 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:47:37.806 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:47:37.971 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:47:38.054 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:47:38.136 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:47:38.217 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:47:38.246 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:47:41.980 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 13.3 MB in 2s (7,132 kB/s) 2024-05-06T02:47:42.650 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 13.3 MB in 2s (6,440 kB/s) 2024-05-06T02:47:43.026 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 13.3 MB in 3s (5,208 kB/s) 2024-05-06T02:47:43.355 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:47:43.373 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:47:43.424 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:47:43.604 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-05-06T02:47:43.604 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-05-06T02:47:43.762 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:47:43.762 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:47:43.763 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:47:43.763 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:47:43.763 INFO:teuthology.orchestra.run.smithi149.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:47:43.763 INFO:teuthology.orchestra.run.smithi149.stdout: python2.7-minimal 2024-05-06T02:47:43.763 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:47:43.764 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-05-06T02:47:43.764 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:43.765 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:47:43.765 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:43.766 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-05-06T02:47:43.766 INFO:teuthology.orchestra.run.smithi149.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:47:43.766 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-05-06T02:47:43.766 INFO:teuthology.orchestra.run.smithi149.stdout: thermald 2024-05-06T02:47:43.815 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-05-06T02:47:43.815 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:43.815 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:47:43.815 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:43.816 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages will be upgraded: 2024-05-06T02:47:43.817 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:47:43.995 INFO:teuthology.orchestra.run.smithi149.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:47:43.995 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 113 MB of archives. 2024-05-06T02:47:43.995 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:47:43.996 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:47:44.436 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:47:44.454 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:47:44.518 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:47:44.726 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-05-06T02:47:44.727 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-05-06T02:47:44.908 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:47:44.909 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:47:44.909 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:47:44.909 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:47:44.909 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:47:44.909 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-05-06T02:47:44.910 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:47:44.911 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-05-06T02:47:44.911 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:44.911 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:47:44.911 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:44.913 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-05-06T02:47:44.913 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:47:44.913 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-05-06T02:47:44.913 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-05-06T02:47:44.961 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-05-06T02:47:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:47:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:44.962 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-05-06T02:47:44.963 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:47:45.022 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:47:45.040 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:47:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:47:45.143 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:47:45.143 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-05-06T02:47:45.143 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:47:45.143 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:47:45.310 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-05-06T02:47:45.310 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-05-06T02:47:45.374 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:47:45.491 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:47:45.491 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:47:45.491 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:47:45.491 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:47:45.491 INFO:teuthology.orchestra.run.smithi029.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:47:45.492 INFO:teuthology.orchestra.run.smithi029.stdout: python2.7-minimal 2024-05-06T02:47:45.492 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:47:45.493 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-05-06T02:47:45.493 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:45.493 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:47:45.493 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:45.495 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-05-06T02:47:45.495 INFO:teuthology.orchestra.run.smithi029.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:47:45.495 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2024-05-06T02:47:45.495 INFO:teuthology.orchestra.run.smithi029.stdout: thermald 2024-05-06T02:47:45.552 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-05-06T02:47:45.552 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:47:45.552 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:47:45.552 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:47:45.554 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages will be upgraded: 2024-05-06T02:47:45.554 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:47:45.618 INFO:teuthology.orchestra.run.smithi029.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:47:45.618 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 113 MB of archives. 2024-05-06T02:47:45.618 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:47:45.618 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:47:45.780 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:47:46.184 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:47:46.299 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:47:46.546 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:47:46.878 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:47:47.528 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:47:47.528 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:47:47.528 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:47:47.664 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:47:47.836 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:47:47.969 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:47:47.969 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:47:47.970 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:47:48.258 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 113 MB in 2s (49.8 MB/s) 2024-05-06T02:47:48.472 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:47:48.835 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:47:48.963 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:47:48.985 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:47:48.986 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:47:48.986 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:47:49.377 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 113 MB in 5s (22.0 MB/s) 2024-05-06T02:47:49.581 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:47:49.609 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:47:49.719 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:47:50.129 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 5s (23.9 MB/s) 2024-05-06T02:47:50.312 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:47:51.519 INFO:teuthology.orchestra.run.smithi029.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-05-06T02:47:51.524 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:51.605 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:47:51.605 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:51.609 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:51.754 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:52.335 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:47:52.339 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:52.451 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:54.005 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:47:54.026 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:54.124 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:54.378 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:47:54.400 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:54.498 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:54.686 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:47:54.706 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:54.905 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:54.994 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:47:55.016 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:55.059 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:47:55.080 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:55.110 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:55.119 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:47:55.598 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:47:55.618 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:47:55.656 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:01.860 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:01.983 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:01.995 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:02.109 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:02.329 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:02.457 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:02.460 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:02.580 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:02.805 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:48:02.827 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:48:02.869 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:02.949 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:48:02.972 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:48:03.015 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:03.850 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:03.977 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:04.298 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:04.419 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:04.809 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:48:04.831 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:48:04.867 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:08.565 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:48:08.602 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:48:08.648 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:09.018 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:48:09.054 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:48:09.092 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:12.321 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:48:12.359 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:48:12.699 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:12.855 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:12.862 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:13.012 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:13.222 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:13.318 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:13.371 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:13.447 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:13.461 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:48:13.500 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:13.590 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:13.618 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:48:13.721 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:14.942 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:14.942 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:14.942 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:14.942 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:15.100 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:15.101 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:15.101 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:15.101 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:15.123 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:15.273 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:15.829 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:48:15.948 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:48:16.326 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:48:16.458 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:16.528 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:16.585 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:48:16.708 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:16.714 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:18.104 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:18.104 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:18.104 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:18.104 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:18.337 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:48:18.392 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:48:18.475 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:18.488 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:48:18.614 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:18.618 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:48:18.676 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:48:18.676 INFO:teuthology.orchestra.run.smithi149.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:18.753 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:18.825 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:48:18.825 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:21.370 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:22.840 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:48:22.991 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:48:23.127 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:48:23.192 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:48:23.192 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:32.805 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:48:32.805 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:48:32.817 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:32.851 INFO:teuthology.orchestra.run.smithi149.stdout:Generating grub configuration file ... 2024-05-06T02:48:33.175 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:33.202 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:33.426 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:48:33.426 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:48:33.459 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:33.480 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-05-06T02:48:33.527 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:33.533 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:33.611 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:33.616 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:33.772 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:33.788 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:33.796 INFO:teuthology.orchestra.run.smithi149.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:33.796 INFO:teuthology.orchestra.run.smithi149.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:33.796 INFO:teuthology.orchestra.run.smithi149.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:33.856 INFO:teuthology.orchestra.run.smithi149.stdout:done 2024-05-06T02:48:34.096 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:34.102 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:34.181 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:34.186 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:34.350 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-05-06T02:48:34.358 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:34.358 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:34.358 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:34.377 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-05-06T02:48:34.377 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-05-06T02:48:34.377 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:34.378 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-05-06T02:48:34.378 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:48:34.379 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:48:34.379 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:48:34.379 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-06T02:48:34.379 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:48:34.379 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-05-06T02:48:34.402 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-05-06T02:48:34.623 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-05-06T02:48:34.760 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:48:34.831 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-05-06T02:48:34.857 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:34.858 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-05-06T02:48:34.858 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:48:34.859 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:48:34.859 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:48:34.859 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-06T02:48:34.859 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:48:34.859 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-05-06T02:48:34.888 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:48:34.973 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:48:35.052 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:48:35.174 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-05-06T02:48:35.311 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:48:35.315 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:48:35.336 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:48:35.416 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:48:36.128 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:48:36.145 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:48:36.207 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:48:36.419 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-05-06T02:48:36.419 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-05-06T02:48:36.597 INFO:teuthology.orchestra.run.smithi149.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:48:36.597 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:48:36.597 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:48:36.597 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:48:36.598 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:48:36.598 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:48:36.598 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:48:36.598 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:48:36.639 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:48:36.641 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:36.657 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:36.658 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-05-06T02:48:36.658 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-05-06T02:48:36.705 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.cWTDtMAh4L 2024-05-06T02:48:36.706 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cWTDtMAh4L 2024-05-06T02:48:36.722 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:48:36.741 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:48:36.774 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.cWTDtMAh4L 2024-05-06T02:48:36.805 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:48:36.889 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.cWTDtMAh4L is 10KB 2024-05-06T02:48:36.902 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.cWTDtMAh4L 2024-05-06T02:48:36.908 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:36.960 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T02:48:36.961 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:48:36.961 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:37.009 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-05-06T02:48:37.010 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-05-06T02:48:37.051 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:48:37.052 DEBUG:teuthology.orchestra.run.smithi149:> sudo update-grub 2024-05-06T02:48:37.194 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:48:37.194 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:48:37.194 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:48:37.194 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:48:37.194 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:48:37.195 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:48:37.195 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:48:37.195 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:48:37.240 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:48:37.241 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:37.255 INFO:teuthology.orchestra.run.smithi047.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:37.256 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:37.256 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-05-06T02:48:37.256 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:37.256 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:37.256 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-05-06T02:48:37.256 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-05-06T02:48:37.302 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.NF8tA5SqRv 2024-05-06T02:48:37.302 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.NF8tA5SqRv 2024-05-06T02:48:37.358 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.NF8tA5SqRv 2024-05-06T02:48:37.478 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.NF8tA5SqRv is 10KB 2024-05-06T02:48:37.492 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.NF8tA5SqRv 2024-05-06T02:48:37.499 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:37.570 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T02:48:37.570 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:48:37.570 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:37.668 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:48:37.668 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-05-06T02:48:38.427 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:48:38.428 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:38.432 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-05-06T02:48:38.679 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:38.686 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:38.913 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:48:38.915 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:38.917 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-05-06T02:48:38.983 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:38.989 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:39.032 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:39.038 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:39.097 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:39.104 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:39.188 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:39.188 INFO:teuthology.orchestra.run.smithi149.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:39.188 INFO:teuthology.orchestra.run.smithi149.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:39.206 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-05-06T02:48:39.208 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-05-06T02:48:39.385 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:39.390 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:39.436 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:39.442 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:39.604 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:39.604 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:39.604 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:39.617 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-05-06T02:48:39.625 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-05-06T02:48:41.098 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:48:41.098 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:48:41.121 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:41.144 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2024-05-06T02:48:41.533 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:41.569 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:41.865 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:41.870 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:41.955 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:41.961 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:42.300 INFO:teuthology.orchestra.run.smithi029.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:42.300 INFO:teuthology.orchestra.run.smithi029.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:42.300 INFO:teuthology.orchestra.run.smithi029.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:42.406 INFO:teuthology.orchestra.run.smithi029.stdout:done 2024-05-06T02:48:43.043 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:43.075 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:43.076 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:43.076 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-05-06T02:48:43.076 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:43.076 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:43.076 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-05-06T02:48:43.076 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:48:43.076 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:48:43.076 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:48:43.076 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-06T02:48:43.076 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:48:43.077 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-05-06T02:48:43.248 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-05-06T02:48:43.370 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:48:43.370 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:48:43.385 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:48:43.405 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:48:44.836 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:48:44.854 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:48:44.908 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:48:45.089 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-05-06T02:48:45.090 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-05-06T02:48:45.252 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:48:45.252 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:48:45.253 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:48:45.293 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:48:45.294 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-05-06T02:48:45.354 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-05-06T02:48:45.354 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-05-06T02:48:45.354 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-05-06T02:48:45.354 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-05-06T02:48:45.354 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.105.102 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:48:45.355 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-05-06T02:48:45.355 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-05-06T02:48:45.399 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.sMDxkNFa1L 2024-05-06T02:48:45.400 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sMDxkNFa1L 2024-05-06T02:48:45.455 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.sMDxkNFa1L 2024-05-06T02:48:45.582 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.sMDxkNFa1L is 10KB 2024-05-06T02:48:45.596 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.sMDxkNFa1L 2024-05-06T02:48:45.602 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:45.656 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T02:48:45.656 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:48:45.656 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:48:45.744 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:48:45.744 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2024-05-06T02:48:48.044 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:48:48.054 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:48:48.078 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-05-06T02:48:48.272 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:48:48.277 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:48:48.504 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:48:48.509 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:48:48.551 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:48:48.555 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:48:48.680 INFO:teuthology.orchestra.run.smithi029.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:48:48.680 INFO:teuthology.orchestra.run.smithi029.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:48:48.680 INFO:teuthology.orchestra.run.smithi029.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:48:48.726 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-05-06T02:48:48.736 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-05-06T02:49:09.230 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-06T02:49:09.231 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:49:09.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:09.629 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-06T02:49:09.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:49:09.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:18.746 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-06T02:49:18.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:49:18.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:27.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-05-06T02:49:28.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-05-06T02:49:36.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:49:36.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:37.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:49:37.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:37.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-05-06T02:49:39.646 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-05-06T02:49:46.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:49:46.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:49:51.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:49:51.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:50:10.079 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-05-06T02:50:25.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:50:25.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:50:25.094 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-05-06T02:50:37.114 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T02:50:43.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:50:43.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:50:43.401 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-05-06T02:50:44.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:50:44.030 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-06T02:50:44.030 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-05-06T02:50:44.078 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-105-generic 2024-05-06T02:50:44.078 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:50:44.078 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:50:44.078 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:50:45.079 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-06T02:50:45.079 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:50:45.146 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-05-06T02:50:45.183 DEBUG:teuthology.parallel:result is None 2024-05-06T02:50:46.321 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T02:50:49.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:50:49.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:50:49.315 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-06T02:50:49.954 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:50:49.954 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-06T02:50:49.954 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-06T02:50:50.002 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-105-generic 2024-05-06T02:50:50.002 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:50:50.002 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:50:50.002 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:50:51.003 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T02:50:51.003 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:50:51.075 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-05-06T02:50:51.091 DEBUG:teuthology.parallel:result is None 2024-05-06T02:50:58.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:50:58.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:50:58.652 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-05-06T02:50:59.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:50:59.429 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-06T02:50:59.429 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-05-06T02:50:59.476 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-105-generic 2024-05-06T02:50:59.477 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:50:59.477 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:50:59.477 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:51:00.478 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T02:51:00.478 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:51:00.578 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-05-06T02:51:00.602 DEBUG:teuthology.parallel:result is None 2024-05-06T02:51:00.602 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T02:51:00.609 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T02:51:00.609 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:51:00.612 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:51:00.615 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:51:00.621 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T02:51:00.628 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T02:51:00.638 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T02:51:00.638 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:51:00.662 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:51:00.664 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:51:00.683 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T02:51:00.689 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T02:51:00.690 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T02:51:00.718 DEBUG:teuthology.orchestra.run.smithi047:> 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-05-06T02:51:00.722 DEBUG:teuthology.orchestra.run.smithi149:> 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-05-06T02:51:00.737 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.738 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.739 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.745 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.747 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.747 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:51:00.749 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T02:51:00.756 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T02:51:00.756 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:51:00.790 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:51:00.794 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:51:00.816 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T02:51:00.825 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T02:51:00.825 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:51:00.846 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:51:00.858 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:51:00.865 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:51:00.898 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:51:00.945 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T02:51:00.945 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:51:01.028 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:51:01.034 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:51:01.082 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T02:51:01.082 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:51:01.144 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:51:01.150 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:51:01.198 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T02:51:01.198 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:51:01.263 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-05-06T02:51:01.266 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-05-06T02:51:01.268 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-05-06T02:51:01.335 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T02:51:01.342 INFO:teuthology.task.internal:Starting timer... 2024-05-06T02:51:01.343 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T02:51:01.353 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T02:51:01.366 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2024-05-06T02:51:01.366 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-05-06T02:51:01.366 DEBUG:teuthology.task.selinux:Excluding smithi149: OS 'ubuntu' does not support SELinux 2024-05-06T02:51:01.366 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T02:51:01.366 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-06T02:51:01.366 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T02:51:01.366 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T02:51:01.376 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T02:51:01.394 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-05-06T02:51:01.395 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi047.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T02:58:29.946 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2024-05-06T02:58:29.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:58:29.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:58:30.033 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-05-06T02:58:30.110 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-05-06T02:58:30.111 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:58:30.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:58:30.193 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-06T02:58:30.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-06T02:58:30.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:58:30.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:58:30.354 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-05-06T02:58:30.430 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-05-06T02:58:30.432 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T02:58:30.444 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T02:58:30.444 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:58:30.445 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T02:58:30.447 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:58:30.447 DEBUG:teuthology.orchestra.run.smithi047:> 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-05-06T02:58:30.449 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:58:30.450 DEBUG:teuthology.orchestra.run.smithi149:> 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-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Command line: ntpd -gq 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: ---------------------------------------------------- 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: corporation. Support and training for ntp-4 are 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: available at https://www.nwtime.org/support 2024-05-06T02:58:30.477 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: ---------------------------------------------------- 2024-05-06T02:58:30.478 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: proto: precision = 0.067 usec (-24) 2024-05-06T02:58:30.478 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: basedate set to 2022-02-04 2024-05-06T02:58:30.478 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:58:30.478 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.479 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.479 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.479 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.480 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:58:30.480 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:58:30.480 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:58:30.481 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen normally on 3 ens1f0 172.21.15.29:123 2024-05-06T02:58:30.481 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen normally on 4 lo [::1]:123 2024-05-06T02:58:30.481 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%3]:123 2024-05-06T02:58:30.481 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:30 ntpd[17170]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Command line: ntpd -gq 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: ---------------------------------------------------- 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: corporation. Support and training for ntp-4 are 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: available at https://www.nwtime.org/support 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: ---------------------------------------------------- 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: proto: precision = 0.045 usec (-24) 2024-05-06T02:58:30.482 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: basedate set to 2022-02-04 2024-05-06T02:58:30.483 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:58:30.483 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.483 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.483 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen normally on 4 lo [::1]:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%4]:123 2024-05-06T02:58:30.484 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:30 ntpd[17140]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:58:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:58:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Command line: ntpd -gq 2024-05-06T02:58:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: ---------------------------------------------------- 2024-05-06T02:58:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: corporation. Support and training for ntp-4 are 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: available at https://www.nwtime.org/support 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: ---------------------------------------------------- 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: proto: precision = 0.046 usec (-24) 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: basedate set to 2022-02-04 2024-05-06T02:58:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:58:30.500 INFO:teuthology.orchestra.run.smithi149.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.500 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:58:30.500 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.501 INFO:teuthology.orchestra.run.smithi149.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen normally on 3 enp3s0f1 172.21.15.149:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen normally on 4 lo [::1]:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d57%5]:123 2024-05-06T02:58:30.502 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:30 ntpd[17339]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:31.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:31 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:31.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:31 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:32.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:32 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:32.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:32 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:32.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:32 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:33.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:33 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:33.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:33 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:33.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:33 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:34 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:34 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:34.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:34 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:35.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:35 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:35.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:35 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:35.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:35 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:36 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:36 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:36.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:36.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:36.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:36.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:36 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:37.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:37 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stdout: 6 May 02:58:37 ntpd[17140]: ntpd: time slew -0.000715 s 2024-05-06T02:58:37.480 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.000715s 2024-05-06T02:58:37.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:58:37.481 INFO:teuthology.orchestra.run.smithi047.stderr: 6 May 02:58:37 ntpd[17140]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stdout: 6 May 02:58:37 ntpd[17339]: ntpd: time slew -0.001471 s 2024-05-06T02:58:37.499 INFO:teuthology.orchestra.run.smithi149.stdout:ntpd: time slew -0.001471s 2024-05-06T02:58:37.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:58:37.500 INFO:teuthology.orchestra.run.smithi149.stderr: 6 May 02:58:37 ntpd[17339]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:58:37.532 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:58:37.533 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-05-06T02:58:37.533 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.533 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.533 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.533 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.558 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:58:37.558 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-05-06T02:58:37.558 INFO:teuthology.orchestra.run.smithi149.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.558 INFO:teuthology.orchestra.run.smithi149.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.558 INFO:teuthology.orchestra.run.smithi149.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:37.559 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:58:38.478 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:58:38.479 INFO:teuthology.orchestra.run.smithi029.stdout: 6 May 02:58:38 ntpd[17170]: ntpd: time slew -0.000930 s 2024-05-06T02:58:38.479 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew -0.000930s 2024-05-06T02:58:38.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:58:38.479 INFO:teuthology.orchestra.run.smithi029.stderr: 6 May 02:58:38 ntpd[17170]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:58:38.536 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:58:38.536 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-05-06T02:58:38.536 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:38.537 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:38.537 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:38.537 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:58:38.538 INFO:teuthology.run_tasks:Running task install... 2024-05-06T02:58:38.546 DEBUG:teuthology.task.install:project ceph 2024-05-06T02:58:38.546 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T02:58:38.547 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T02:58:38.547 INFO:teuthology.task.install:Using flavor: default 2024-05-06T02:58:38.552 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-05-06T02:58:38.552 INFO:teuthology.task.install:extra packages: [] 2024-05-06T02:58:38.553 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-key list | grep Ceph 2024-05-06T02:58:38.553 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-key list | grep Ceph 2024-05-06T02:58:38.553 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-key list | grep Ceph 2024-05-06T02:58:38.613 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:58:38.620 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:58:38.635 INFO:teuthology.orchestra.run.smithi029.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:58:38.642 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:58:38.642 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:58:38.643 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-05-06T02:58:38.644 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:58:38.652 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:58:38.652 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:58:38.653 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-05-06T02:58:38.653 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:58:38.665 INFO:teuthology.orchestra.run.smithi029.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:58:38.665 INFO:teuthology.orchestra.run.smithi029.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:58:38.666 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-05-06T02:58:38.666 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:58:38.817 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:58:38.817 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:38.866 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:58:38.866 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:38.867 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:58:38.867 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:38.978 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T02:58:38.978 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:58:38.982 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T02:58:38.983 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:58:38.992 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-05-06T02:58:38.995 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T02:58:38.995 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:58:38.996 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-05-06T02:58:39.010 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-05-06T02:58:39.214 INFO:teuthology.orchestra.run.smithi149.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:58:39.218 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:58:39.232 INFO:teuthology.orchestra.run.smithi029.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:58:39.235 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:58:39.236 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:58:39.250 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:58:39.250 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:58:39.251 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:58:39.251 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:58:39.253 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:58:39.259 INFO:teuthology.orchestra.run.smithi149.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:58:39.259 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:58:39.262 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:58:39.262 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:58:39.275 INFO:teuthology.orchestra.run.smithi029.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:58:39.281 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:58:39.282 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:58:39.283 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:58:39.288 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:58:39.296 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:58:39.308 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:58:39.309 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:58:39.325 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:58:39.369 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:58:39.370 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:58:39.452 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:58:39.534 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:58:39.619 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 29.2 kB in 0s (68.1 kB/s) 2024-05-06T02:58:39.630 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 29.2 kB in 0s (64.2 kB/s) 2024-05-06T02:58:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 29.2 kB in 1s (58.1 kB/s) 2024-05-06T02:58:40.601 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:58:40.617 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:40.630 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:58:40.646 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:40.663 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:58:40.680 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:58:40.681 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-05-06T02:58:40.708 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-05-06T02:58:40.730 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-05-06T02:58:40.883 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-05-06T02:58:40.883 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-05-06T02:58:40.910 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-05-06T02:58:40.910 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-05-06T02:58:40.911 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-05-06T02:58:40.911 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-05-06T02:58:41.082 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:58:41.082 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:58:41.082 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:58:41.082 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:58:41.083 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:58:41.083 INFO:teuthology.orchestra.run.smithi029.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:58:41.083 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:58:41.083 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-05-06T02:58:41.084 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:58:41.084 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:58:41.084 INFO:teuthology.orchestra.run.smithi029.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:58:41.084 INFO:teuthology.orchestra.run.smithi029.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.085 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:58:41.086 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet zip 2024-05-06T02:58:41.087 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-05-06T02:58:41.087 INFO:teuthology.orchestra.run.smithi029.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:58:41.087 INFO:teuthology.orchestra.run.smithi029.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:58:41.087 INFO:teuthology.orchestra.run.smithi029.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:58:41.087 INFO:teuthology.orchestra.run.smithi029.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:58:41.088 INFO:teuthology.orchestra.run.smithi029.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:58:41.088 INFO:teuthology.orchestra.run.smithi029.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:58:41.088 INFO:teuthology.orchestra.run.smithi029.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:58:41.088 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2024-05-06T02:58:41.088 INFO:teuthology.orchestra.run.smithi029.stdout: btrfs-tools 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:58:41.090 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.091 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet zip 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:58:41.092 INFO:teuthology.orchestra.run.smithi149.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:58:41.093 INFO:teuthology.orchestra.run.smithi149.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:58:41.093 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-05-06T02:58:41.093 INFO:teuthology.orchestra.run.smithi149.stdout: btrfs-tools 2024-05-06T02:58:41.113 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:58:41.113 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:58:41.113 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-05-06T02:58:41.114 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:58:41.116 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:58:41.117 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet zip 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-05-06T02:58:41.118 INFO:teuthology.orchestra.run.smithi047.stdout: btrfs-tools 2024-05-06T02:58:41.190 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-05-06T02:58:41.190 INFO:teuthology.orchestra.run.smithi149.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:58:41.191 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:58:41.191 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:58:41.191 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:58:41.191 INFO:teuthology.orchestra.run.smithi149.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:58:41.191 INFO:teuthology.orchestra.run.smithi149.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:58:41.192 INFO:teuthology.orchestra.run.smithi149.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:58:41.192 INFO:teuthology.orchestra.run.smithi149.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:58:41.192 INFO:teuthology.orchestra.run.smithi149.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:58:41.193 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:58:41.194 INFO:teuthology.orchestra.run.smithi149.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:58:41.194 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:58:41.194 INFO:teuthology.orchestra.run.smithi149.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:58:41.195 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-05-06T02:58:41.195 INFO:teuthology.orchestra.run.smithi029.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:58:41.195 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:58:41.197 INFO:teuthology.orchestra.run.smithi029.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:58:41.198 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:58:41.199 INFO:teuthology.orchestra.run.smithi029.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:58:41.199 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:58:41.199 INFO:teuthology.orchestra.run.smithi029.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:58:41.224 INFO:teuthology.orchestra.run.smithi047.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:58:41.225 INFO:teuthology.orchestra.run.smithi047.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:58:41.226 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:58:41.227 INFO:teuthology.orchestra.run.smithi047.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:58:41.261 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:58:41.261 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 181 MB of archives. 2024-05-06T02:58:41.261 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:58:41.261 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:58:41.293 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:58:41.293 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 181 MB of archives. 2024-05-06T02:58:41.293 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:58:41.293 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:58:41.371 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:58:41.374 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:58:41.396 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-06T02:58:41.400 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:58:41.402 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:58:41.408 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:58:41.421 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:58:41.422 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 181 MB of archives. 2024-05-06T02:58:41.422 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:58:41.422 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:58:41.424 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-06T02:58:41.450 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:58:41.465 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:58:41.471 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:58:41.484 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:58:41.488 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:58:41.489 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:58:41.490 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:58:41.502 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:58:41.506 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:58:41.509 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:58:41.517 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:58:41.520 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:58:41.527 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:58:41.543 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:58:41.547 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:58:41.548 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:58:41.549 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:58:41.550 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:58:41.550 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:58:41.553 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:58:41.555 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:58:41.556 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:58:41.556 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.557 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:58:41.557 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:58:41.558 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:58:41.568 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:58:41.571 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:58:41.574 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:58:41.576 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:58:41.590 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:58:41.590 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:58:41.591 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:58:41.592 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:58:41.597 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:58:41.598 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:58:41.599 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:58:41.600 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.601 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:58:41.602 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:58:41.605 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:58:41.609 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:58:41.611 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:58:41.612 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:58:41.623 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:58:41.629 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.630 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-06T02:58:41.631 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:58:41.631 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:58:41.631 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:58:41.632 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:58:41.633 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:58:41.634 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:58:41.635 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:58:41.646 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:58:41.646 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:58:41.647 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:58:41.648 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:58:41.651 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:58:41.662 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:58:41.662 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:58:41.662 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:58:41.664 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:58:41.665 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:58:41.680 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:58:41.682 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.684 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.686 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.690 INFO:teuthology.orchestra.run.smithi149.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:58:41.691 INFO:teuthology.orchestra.run.smithi149.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:58:41.693 INFO:teuthology.orchestra.run.smithi149.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:58:41.698 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.699 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:58:41.700 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.702 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:58:41.702 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:58:41.703 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-06T02:58:41.751 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:58:41.753 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:58:41.754 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:58:41.765 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:58:41.765 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:58:41.790 INFO:teuthology.orchestra.run.smithi149.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:58:41.791 INFO:teuthology.orchestra.run.smithi149.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:58:41.794 INFO:teuthology.orchestra.run.smithi149.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:58:41.794 INFO:teuthology.orchestra.run.smithi149.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:58:41.796 INFO:teuthology.orchestra.run.smithi149.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:58:41.809 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:58:41.813 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:58:41.814 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:58:41.817 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:58:41.821 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:58:41.823 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.838 INFO:teuthology.orchestra.run.smithi149.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:58:41.842 INFO:teuthology.orchestra.run.smithi149.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:58:41.842 INFO:teuthology.orchestra.run.smithi149.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:58:41.871 INFO:teuthology.orchestra.run.smithi149.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:58:41.871 INFO:teuthology.orchestra.run.smithi149.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:58:41.876 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.878 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.884 INFO:teuthology.orchestra.run.smithi047.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:58:41.885 INFO:teuthology.orchestra.run.smithi047.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:58:41.887 INFO:teuthology.orchestra.run.smithi047.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:58:41.899 INFO:teuthology.orchestra.run.smithi149.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:58:41.899 INFO:teuthology.orchestra.run.smithi149.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:58:41.900 INFO:teuthology.orchestra.run.smithi149.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:58:41.901 INFO:teuthology.orchestra.run.smithi149.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-05-06T02:58:41.901 INFO:teuthology.orchestra.run.smithi149.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:58:41.902 INFO:teuthology.orchestra.run.smithi149.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:58:41.908 INFO:teuthology.orchestra.run.smithi149.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:58:41.917 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:41.959 INFO:teuthology.orchestra.run.smithi149.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:58:41.961 INFO:teuthology.orchestra.run.smithi149.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:58:41.962 INFO:teuthology.orchestra.run.smithi149.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:58:42.023 INFO:teuthology.orchestra.run.smithi047.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:58:42.023 INFO:teuthology.orchestra.run.smithi149.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:58:42.039 INFO:teuthology.orchestra.run.smithi047.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:58:42.042 INFO:teuthology.orchestra.run.smithi047.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:58:42.042 INFO:teuthology.orchestra.run.smithi047.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:58:42.044 INFO:teuthology.orchestra.run.smithi047.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:58:42.076 INFO:teuthology.orchestra.run.smithi047.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:58:42.079 INFO:teuthology.orchestra.run.smithi047.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:58:42.080 INFO:teuthology.orchestra.run.smithi047.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:58:42.087 INFO:teuthology.orchestra.run.smithi149.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T02:58:42.089 INFO:teuthology.orchestra.run.smithi149.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:58:42.107 INFO:teuthology.orchestra.run.smithi149.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:58:42.116 INFO:teuthology.orchestra.run.smithi047.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:58:42.116 INFO:teuthology.orchestra.run.smithi047.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:58:42.118 INFO:teuthology.orchestra.run.smithi149.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:58:42.119 INFO:teuthology.orchestra.run.smithi149.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:58:42.143 INFO:teuthology.orchestra.run.smithi047.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:58:42.144 INFO:teuthology.orchestra.run.smithi149.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:58:42.145 INFO:teuthology.orchestra.run.smithi149.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:58:42.145 INFO:teuthology.orchestra.run.smithi047.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:58:42.145 INFO:teuthology.orchestra.run.smithi047.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:58:42.146 INFO:teuthology.orchestra.run.smithi047.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-05-06T02:58:42.146 INFO:teuthology.orchestra.run.smithi047.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:58:42.147 INFO:teuthology.orchestra.run.smithi149.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:58:42.147 INFO:teuthology.orchestra.run.smithi149.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:58:42.151 INFO:teuthology.orchestra.run.smithi149.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:58:42.171 INFO:teuthology.orchestra.run.smithi047.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:58:42.176 INFO:teuthology.orchestra.run.smithi149.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:58:42.186 INFO:teuthology.orchestra.run.smithi047.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:58:42.193 INFO:teuthology.orchestra.run.smithi149.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:58:42.194 INFO:teuthology.orchestra.run.smithi149.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:58:42.194 INFO:teuthology.orchestra.run.smithi047.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:58:42.195 INFO:teuthology.orchestra.run.smithi149.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:58:42.200 INFO:teuthology.orchestra.run.smithi149.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:58:42.200 INFO:teuthology.orchestra.run.smithi047.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:58:42.202 INFO:teuthology.orchestra.run.smithi149.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:58:42.204 INFO:teuthology.orchestra.run.smithi047.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:58:42.226 INFO:teuthology.orchestra.run.smithi047.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:58:42.234 INFO:teuthology.orchestra.run.smithi047.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T02:58:42.236 INFO:teuthology.orchestra.run.smithi047.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:58:42.238 INFO:teuthology.orchestra.run.smithi047.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:58:42.249 INFO:teuthology.orchestra.run.smithi047.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:58:42.276 INFO:teuthology.orchestra.run.smithi047.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:58:42.281 INFO:teuthology.orchestra.run.smithi047.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:58:42.281 INFO:teuthology.orchestra.run.smithi047.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:58:42.283 INFO:teuthology.orchestra.run.smithi047.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:58:42.283 INFO:teuthology.orchestra.run.smithi047.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:58:42.304 INFO:teuthology.orchestra.run.smithi047.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:58:42.306 INFO:teuthology.orchestra.run.smithi047.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:58:42.323 INFO:teuthology.orchestra.run.smithi047.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:58:42.324 INFO:teuthology.orchestra.run.smithi047.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:58:42.325 INFO:teuthology.orchestra.run.smithi047.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:58:42.335 INFO:teuthology.orchestra.run.smithi047.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:58:42.337 INFO:teuthology.orchestra.run.smithi047.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:58:42.406 INFO:teuthology.orchestra.run.smithi149.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:58:42.416 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:58:42.453 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:58:42.521 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-06T02:58:42.724 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:58:42.765 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:58:42.776 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:58:42.807 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:58:42.815 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:58:42.816 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:58:42.817 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:58:42.836 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:58:42.854 INFO:teuthology.orchestra.run.smithi149.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:58:42.886 INFO:teuthology.orchestra.run.smithi047.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:58:42.958 INFO:teuthology.orchestra.run.smithi149.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:58:42.998 INFO:teuthology.orchestra.run.smithi149.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:58:42.999 INFO:teuthology.orchestra.run.smithi149.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:58:43.006 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:58:43.031 INFO:teuthology.orchestra.run.smithi149.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:58:43.034 INFO:teuthology.orchestra.run.smithi149.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:58:43.057 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:58:43.075 INFO:teuthology.orchestra.run.smithi149.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:58:43.133 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:58:43.173 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:58:43.174 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:58:43.178 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:58:43.180 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:58:43.254 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:58:43.423 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:58:43.459 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:58:43.461 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:58:43.539 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:58:43.591 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:58:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:58:43.620 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:58:43.621 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-06T02:58:43.633 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:58:43.634 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:58:43.705 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:58:43.708 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:58:43.737 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:58:43.758 INFO:teuthology.orchestra.run.smithi047.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:58:43.799 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:58:43.885 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:58:43.912 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:58:43.929 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:58:43.952 INFO:teuthology.orchestra.run.smithi047.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:58:43.975 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:58:44.055 INFO:teuthology.orchestra.run.smithi047.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:58:44.057 INFO:teuthology.orchestra.run.smithi047.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:58:44.112 INFO:teuthology.orchestra.run.smithi047.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:58:44.143 INFO:teuthology.orchestra.run.smithi149.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:58:44.164 INFO:teuthology.orchestra.run.smithi047.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:58:44.171 INFO:teuthology.orchestra.run.smithi149.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:58:44.191 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:58:44.207 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:58:44.215 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:58:44.220 INFO:teuthology.orchestra.run.smithi029.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-06T02:58:44.236 INFO:teuthology.orchestra.run.smithi149.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:58:44.243 INFO:teuthology.orchestra.run.smithi029.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:58:44.246 INFO:teuthology.orchestra.run.smithi029.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:58:44.285 INFO:teuthology.orchestra.run.smithi047.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:58:44.418 INFO:teuthology.orchestra.run.smithi029.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-06T02:58:44.738 INFO:teuthology.orchestra.run.smithi029.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:58:44.776 INFO:teuthology.orchestra.run.smithi029.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:58:44.788 INFO:teuthology.orchestra.run.smithi029.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:58:45.084 INFO:teuthology.orchestra.run.smithi029.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:58:45.084 INFO:teuthology.orchestra.run.smithi029.stdout:Get:51 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:58:45.084 INFO:teuthology.orchestra.run.smithi029.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:58:45.086 INFO:teuthology.orchestra.run.smithi029.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:58:45.087 INFO:teuthology.orchestra.run.smithi029.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:58:45.090 INFO:teuthology.orchestra.run.smithi029.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:58:45.094 INFO:teuthology.orchestra.run.smithi029.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:58:45.096 INFO:teuthology.orchestra.run.smithi029.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-06T02:58:45.167 INFO:teuthology.orchestra.run.smithi029.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:58:45.170 INFO:teuthology.orchestra.run.smithi029.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:58:45.172 INFO:teuthology.orchestra.run.smithi029.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:58:45.239 INFO:teuthology.orchestra.run.smithi029.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:58:45.262 INFO:teuthology.orchestra.run.smithi029.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-06T02:58:45.516 INFO:teuthology.orchestra.run.smithi029.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:58:45.527 INFO:teuthology.orchestra.run.smithi029.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-06T02:58:45.706 INFO:teuthology.orchestra.run.smithi029.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:58:45.720 INFO:teuthology.orchestra.run.smithi029.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:58:45.740 INFO:teuthology.orchestra.run.smithi029.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:58:45.804 INFO:teuthology.orchestra.run.smithi029.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-06T02:58:46.096 INFO:teuthology.orchestra.run.smithi029.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:58:46.098 INFO:teuthology.orchestra.run.smithi029.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:58:46.101 INFO:teuthology.orchestra.run.smithi029.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:58:46.102 INFO:teuthology.orchestra.run.smithi029.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:58:46.104 INFO:teuthology.orchestra.run.smithi029.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:58:46.326 INFO:teuthology.orchestra.run.smithi029.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:58:46.503 INFO:teuthology.orchestra.run.smithi029.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:58:46.503 INFO:teuthology.orchestra.run.smithi029.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:58:46.521 INFO:teuthology.orchestra.run.smithi029.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:58:46.565 INFO:teuthology.orchestra.run.smithi029.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:58:46.573 INFO:teuthology.orchestra.run.smithi029.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:58:46.575 INFO:teuthology.orchestra.run.smithi029.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:58:46.676 INFO:teuthology.orchestra.run.smithi029.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:58:46.761 INFO:teuthology.orchestra.run.smithi029.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:58:46.769 INFO:teuthology.orchestra.run.smithi029.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:58:47.014 INFO:teuthology.orchestra.run.smithi029.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:58:47.015 INFO:teuthology.orchestra.run.smithi029.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:58:47.057 INFO:teuthology.orchestra.run.smithi029.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:58:47.058 INFO:teuthology.orchestra.run.smithi029.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:58:47.060 INFO:teuthology.orchestra.run.smithi029.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:58:47.062 INFO:teuthology.orchestra.run.smithi029.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:58:47.063 INFO:teuthology.orchestra.run.smithi029.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:58:47.065 INFO:teuthology.orchestra.run.smithi029.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-06T02:58:47.076 INFO:teuthology.orchestra.run.smithi029.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:58:47.078 INFO:teuthology.orchestra.run.smithi029.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:58:47.251 INFO:teuthology.orchestra.run.smithi029.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:58:47.662 INFO:teuthology.orchestra.run.smithi047.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:58:47.665 INFO:teuthology.orchestra.run.smithi029.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:58:47.734 INFO:teuthology.orchestra.run.smithi047.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:58:47.736 INFO:teuthology.orchestra.run.smithi029.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:58:47.766 INFO:teuthology.orchestra.run.smithi029.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:58:47.902 INFO:teuthology.orchestra.run.smithi029.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:58:47.960 INFO:teuthology.orchestra.run.smithi029.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T02:58:47.972 INFO:teuthology.orchestra.run.smithi029.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:58:47.979 INFO:teuthology.orchestra.run.smithi029.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:58:48.021 INFO:teuthology.orchestra.run.smithi047.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:58:48.054 INFO:teuthology.orchestra.run.smithi029.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:58:48.063 INFO:teuthology.orchestra.run.smithi029.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:58:48.093 INFO:teuthology.orchestra.run.smithi029.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:58:48.260 INFO:teuthology.orchestra.run.smithi029.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:58:48.524 INFO:teuthology.orchestra.run.smithi029.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:58:48.541 INFO:teuthology.orchestra.run.smithi029.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:58:48.694 INFO:teuthology.orchestra.run.smithi029.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:58:48.722 INFO:teuthology.orchestra.run.smithi029.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:58:48.880 INFO:teuthology.orchestra.run.smithi029.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:58:48.882 INFO:teuthology.orchestra.run.smithi029.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:58:48.885 INFO:teuthology.orchestra.run.smithi029.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:58:48.906 INFO:teuthology.orchestra.run.smithi029.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:58:48.911 INFO:teuthology.orchestra.run.smithi029.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:58:49.837 INFO:teuthology.orchestra.run.smithi029.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:58:49.839 INFO:teuthology.orchestra.run.smithi029.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:58:49.841 INFO:teuthology.orchestra.run.smithi029.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:58:50.702 INFO:teuthology.orchestra.run.smithi029.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:58:51.289 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 181 MB in 9s (19.1 MB/s) 2024-05-06T02:58:51.460 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:58:51.564 INFO:teuthology.orchestra.run.smithi029.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 ... 165995 files and directories currently installed.) 2024-05-06T02:58:51.570 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:58:51.659 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:58:51.930 INFO:teuthology.orchestra.run.smithi149.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:58:52.017 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:58:52.044 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:58:52.083 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:58:52.439 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:58:52.466 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:58:52.516 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:58:52.989 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:58:53.016 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:58:53.018 INFO:teuthology.orchestra.run.smithi149.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:58:53.072 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:58:53.086 INFO:teuthology.orchestra.run.smithi149.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:58:53.093 INFO:teuthology.orchestra.run.smithi149.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:58:53.453 INFO:teuthology.orchestra.run.smithi149.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:58:53.688 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:58:53.714 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:58:53.755 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:58:54.137 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:58:54.164 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:58:54.212 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:58:54.592 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:58:54.619 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:58:54.659 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:58:54.764 INFO:teuthology.orchestra.run.smithi149.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:58:54.991 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librados2. 2024-05-06T02:58:55.018 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:55.074 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:55.623 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:58:55.650 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:55.689 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:56.220 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:58:56.246 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:56.286 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:56.601 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:58:56.617 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:56.659 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:56.695 INFO:teuthology.orchestra.run.smithi047.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:58:56.998 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:58:57.024 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:58:57.066 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:57.312 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:58:57.338 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:57.379 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:57.551 INFO:teuthology.orchestra.run.smithi047.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:58:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:58:57.618 INFO:teuthology.orchestra.run.smithi047.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:58:57.727 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:58:57.754 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:58:57.802 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:57.870 INFO:teuthology.orchestra.run.smithi047.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:58:58.132 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:58:58.159 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:58:58.199 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:58:58.422 INFO:teuthology.orchestra.run.smithi149.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:58:58.422 INFO:teuthology.orchestra.run.smithi149.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:58:58.445 INFO:teuthology.orchestra.run.smithi149.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:58:58.531 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:58:58.558 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:58:58.764 INFO:teuthology.orchestra.run.smithi149.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:58:58.834 INFO:teuthology.orchestra.run.smithi047.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:58:58.842 INFO:teuthology.orchestra.run.smithi149.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:58:58.873 INFO:teuthology.orchestra.run.smithi149.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:58:58.923 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:58:59.158 INFO:teuthology.orchestra.run.smithi149.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:58:59.204 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:58:59.231 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:58:59.271 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:58:59.643 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:58:59.669 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:58:59.718 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:59:00.024 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:59:00.051 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:59:00.091 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:59:00.195 INFO:teuthology.orchestra.run.smithi149.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:59:00.196 INFO:teuthology.orchestra.run.smithi149.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:59:00.430 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:59:00.456 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:59:00.504 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:59:00.853 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:59:00.880 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:59:00.920 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:59:01.235 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:59:01.251 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:59:01.294 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:59:01.574 INFO:teuthology.orchestra.run.smithi047.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:59:01.575 INFO:teuthology.orchestra.run.smithi047.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:59:01.581 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package zip. 2024-05-06T02:59:01.592 INFO:teuthology.orchestra.run.smithi047.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:59:01.597 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:59:01.640 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:59:01.793 INFO:teuthology.orchestra.run.smithi047.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:59:01.841 INFO:teuthology.orchestra.run.smithi047.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:59:01.851 INFO:teuthology.orchestra.run.smithi047.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:59:01.989 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package unzip. 2024-05-06T02:59:02.016 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:59:02.056 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:59:02.063 INFO:teuthology.orchestra.run.smithi047.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:59:02.448 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:59:02.474 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:59:02.523 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:59:02.624 INFO:teuthology.orchestra.run.smithi047.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:59:02.625 INFO:teuthology.orchestra.run.smithi047.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:59:02.956 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:59:02.983 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:03.023 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:03.744 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:59:03.760 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:03.803 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:04.185 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:59:04.212 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:59:04.252 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:59:04.565 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:59:04.592 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:04.634 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:04.934 INFO:teuthology.orchestra.run.smithi149.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:59:04.937 INFO:teuthology.orchestra.run.smithi149.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:59:04.938 INFO:teuthology.orchestra.run.smithi149.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:59:05.064 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:59:05.091 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:05.131 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:06.676 INFO:teuthology.orchestra.run.smithi149.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:59:06.917 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:59:06.944 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:06.994 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:07.238 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 181 MB in 25s (7,110 kB/s) 2024-05-06T02:59:07.393 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:59:07.492 INFO:teuthology.orchestra.run.smithi149.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 ... 165995 files and directories currently installed.) 2024-05-06T02:59:07.497 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:59:07.566 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:59:07.677 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:59:07.704 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:59:07.744 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:59:07.886 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:59:07.913 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:59:07.953 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:59:08.042 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:59:08.068 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:59:08.108 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:59:08.297 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:59:08.323 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:59:08.364 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:59:08.440 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:59:08.467 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:59:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:59:08.776 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:59:08.802 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:08.812 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:59:08.839 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:59:08.850 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:08.879 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:59:09.177 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:59:09.204 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:59:09.244 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:59:09.254 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:59:09.280 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:09.320 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:09.599 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:59:09.626 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:59:09.668 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:59:09.698 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:59:09.724 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:09.765 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:09.930 INFO:teuthology.orchestra.run.smithi047.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:59:09.933 INFO:teuthology.orchestra.run.smithi047.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:59:09.934 INFO:teuthology.orchestra.run.smithi047.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:59:09.973 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:59:10.000 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:59:10.040 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:59:10.102 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:59:10.128 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:59:10.168 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:59:10.321 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:59:10.348 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:59:10.388 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:59:10.446 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librados2. 2024-05-06T02:59:10.472 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:10.512 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:10.685 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:59:10.712 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:59:10.751 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:59:10.965 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:59:10.991 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:11.031 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:11.093 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:59:11.120 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:59:11.168 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:59:11.476 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:59:11.483 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:59:11.502 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:11.510 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:59:11.550 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:59:11.559 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:11.820 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:59:11.835 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:11.870 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:11.872 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:59:11.884 INFO:teuthology.orchestra.run.smithi047.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:59:11.899 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:59:11.949 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:59:12.245 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:59:12.272 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:59:12.312 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:59:12.373 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:59:12.400 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:12.440 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:12.469 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 181 MB in 31s (5,910 kB/s) 2024-05-06T02:59:12.588 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:59:12.644 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:59:12.645 INFO:teuthology.orchestra.run.smithi047.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 ... 165995 files and directories currently installed.) 2024-05-06T02:59:12.650 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:59:12.671 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:59:12.684 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:59:12.699 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:12.719 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:59:12.729 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:59:12.742 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:13.025 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:59:13.041 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:59:13.051 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:59:13.061 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:59:13.067 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:59:13.087 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:59:13.107 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:59:13.128 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:13.381 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:59:13.408 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:59:13.444 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:59:13.448 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:59:13.470 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:59:13.710 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:59:13.805 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:59:13.832 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:59:13.875 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:59:14.182 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:59:14.208 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:59:14.227 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:59:14.239 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:59:14.254 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:59:14.559 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:59:14.585 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:59:14.626 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:59:14.664 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:59:14.691 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:14.738 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:14.895 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:59:14.910 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:14.953 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:15.010 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:59:15.126 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:59:15.152 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:15.192 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:15.306 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:59:15.332 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:59:15.373 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:59:15.545 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:59:15.572 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:59:15.642 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:59:15.658 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:59:15.692 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:59:15.728 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:59:15.970 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:59:15.985 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:59:16.020 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:59:16.073 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:59:16.100 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:59:16.139 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:59:16.326 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:59:16.353 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:59:16.356 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:59:16.382 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:59:16.392 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librados2. 2024-05-06T02:59:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:59:16.408 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:16.423 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:59:16.450 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:16.708 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:59:16.734 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:59:16.735 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:59:16.760 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:59:16.783 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:59:16.801 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:59:16.903 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:59:16.930 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:16.969 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:17.053 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package zip. 2024-05-06T02:59:17.069 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:59:17.080 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:59:17.103 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:59:17.107 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:59:17.146 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:59:17.381 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package unzip. 2024-05-06T02:59:17.407 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:59:17.437 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:59:17.448 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:59:17.463 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:59:17.503 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:59:17.581 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:59:17.608 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:17.647 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:17.810 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:59:17.837 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:59:17.843 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:59:17.870 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:59:17.877 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:59:17.910 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:59:17.925 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:59:17.952 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:17.991 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:18.254 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:59:18.281 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:59:18.294 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:59:18.310 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:59:18.320 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:59:18.321 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:18.336 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:18.360 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:18.376 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:18.613 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:59:18.628 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:18.651 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:59:18.671 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:18.677 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:59:18.717 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:59:18.902 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:18.936 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:18.991 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:59:19.018 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:19.041 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:59:19.049 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:19.068 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:59:19.107 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:59:19.248 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:59:19.274 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:59:19.314 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:59:19.326 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:59:19.342 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:59:19.377 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:59:19.415 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:59:19.442 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:59:19.481 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:59:19.642 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:59:19.668 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:19.709 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:19.713 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:59:19.739 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:59:19.779 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:59:19.795 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:59:19.822 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:59:19.862 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:59:20.040 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:59:20.067 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:20.107 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:20.120 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:59:20.147 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:20.161 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:59:20.187 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:20.187 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:20.229 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:20.451 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:59:20.478 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:59:20.518 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:59:20.613 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:59:20.640 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:20.679 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:20.762 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:59:20.778 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:59:20.812 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:59:21.011 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:59:21.038 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:59:21.078 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:59:21.123 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:59:21.150 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:59:21.190 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:59:21.374 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:59:21.401 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:59:21.441 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:59:21.526 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:59:21.553 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:59:21.559 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:59:21.585 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:21.593 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:59:21.626 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:21.798 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:59:21.825 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:21.865 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:21.929 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:59:21.956 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:59:21.987 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:59:22.188 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:59:22.214 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:59:22.223 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package zip. 2024-05-06T02:59:22.250 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:59:22.254 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:59:22.290 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:59:22.322 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:59:22.349 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:22.388 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:22.793 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package unzip. 2024-05-06T02:59:22.820 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:59:22.832 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:59:22.858 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:59:22.859 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:59:22.898 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:59:23.162 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:59:23.188 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:23.202 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:59:23.228 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:59:23.237 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:23.255 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:59:23.268 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:59:23.282 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:59:23.321 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:59:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:59:23.597 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:59:23.638 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:59:23.681 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:59:23.708 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:23.747 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:23.898 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:59:23.925 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:59:23.965 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:59:24.268 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:59:24.294 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:59:24.325 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:59:24.334 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:59:24.349 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:24.391 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:24.577 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph. 2024-05-06T02:59:24.593 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:24.636 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:24.637 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:59:24.663 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:59:24.703 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:59:24.727 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:59:24.754 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:59:24.794 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:59:24.950 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:59:24.965 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:59:24.978 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:24.982 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:59:25.014 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:59:25.017 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:25.080 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:59:25.096 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:25.130 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:25.301 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:59:25.327 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:59:25.367 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:59:25.415 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:59:25.442 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:25.483 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:25.567 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:59:25.594 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:25.633 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:25.737 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:59:25.764 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:59:25.804 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:59:25.938 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:59:25.965 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:26.013 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:26.090 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:59:26.105 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:59:26.140 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:59:26.328 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:59:26.355 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:59:26.395 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:59:26.410 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:59:26.436 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:59:26.476 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:59:26.710 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:59:26.724 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:26.766 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:26.779 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:59:26.805 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:59:26.846 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:59:27.130 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:59:27.157 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:27.205 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:27.207 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:59:27.233 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:59:27.273 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:59:27.560 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:59:27.586 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:59:27.626 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:59:27.860 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:59:27.887 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:27.913 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:59:27.935 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:27.939 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:59:27.942 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:59:27.969 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:59:27.979 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:59:28.009 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:59:28.228 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:59:28.251 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:59:28.258 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:59:28.286 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:59:28.286 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:59:28.324 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:59:28.325 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:59:28.350 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:59:28.392 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:59:28.598 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:59:28.624 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:59:28.664 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:59:28.690 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:59:28.701 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:59:28.718 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:28.726 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:59:28.757 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:28.768 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:59:28.992 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:59:29.019 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:59:29.059 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:59:29.071 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:59:29.097 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:59:29.104 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:59:29.132 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:59:29.138 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:59:29.171 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:59:29.362 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:59:29.388 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:59:29.428 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:59:29.452 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:59:29.457 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:59:29.469 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:59:29.483 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:59:29.511 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:59:29.523 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:59:29.673 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:59:29.689 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:59:29.722 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:59:29.827 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:59:29.853 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:59:29.893 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:59:30.034 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:59:30.061 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:59:30.100 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:59:30.127 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:59:30.155 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:30.172 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:59:30.190 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:59:30.194 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:30.221 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:59:30.403 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:59:30.430 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:59:30.466 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:59:30.469 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:59:30.492 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:59:30.532 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:59:30.739 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:59:30.766 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:59:30.797 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:59:30.870 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:59:30.896 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:59:30.937 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:59:31.143 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:59:31.170 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:59:31.209 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:59:31.281 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:59:31.308 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:59:31.348 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:59:31.520 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:59:31.547 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:59:31.587 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:59:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:59:31.694 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:59:31.734 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:59:31.848 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:59:31.874 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:59:31.906 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:59:31.913 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:59:31.941 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:59:31.988 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:59:32.062 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:59:32.088 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:59:32.129 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:59:32.192 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:59:32.220 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:59:32.259 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:59:32.406 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:59:32.433 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:59:32.473 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:59:32.488 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:59:32.515 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:59:32.554 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:59:32.620 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:59:32.648 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:59:32.687 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:59:32.759 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:59:32.775 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:32.817 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:32.911 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:59:32.939 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:59:32.986 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:59:32.989 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:59:33.017 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:59:33.056 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:59:33.206 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:59:33.232 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:33.272 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:33.300 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:59:33.301 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:59:33.316 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:59:33.328 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:59:33.350 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:59:33.367 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:59:33.608 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:59:33.635 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:59:33.636 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:59:33.653 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:59:33.674 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:59:33.689 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:59:33.986 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:59:33.989 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:59:34.012 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:59:34.016 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:59:34.027 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:59:34.052 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:59:34.055 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:59:34.056 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:34.198 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:34.338 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:59:34.350 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:59:34.354 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:34.377 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:59:34.388 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:34.417 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:59:34.725 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:59:34.728 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:59:34.752 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:34.755 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:59:34.791 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:34.878 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:59:35.189 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:59:35.216 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:59:35.256 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:59:35.353 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:59:35.369 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:35.403 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:35.559 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:59:35.586 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:59:35.625 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:59:35.689 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:59:35.717 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:59:35.756 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:59:35.912 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:59:35.939 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:59:35.978 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:59:36.029 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:59:36.057 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:59:36.096 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:59:36.358 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:59:36.385 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:59:36.423 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph. 2024-05-06T02:59:36.424 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:59:36.439 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:36.469 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:59:36.481 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:36.497 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:59:36.537 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:59:36.752 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:59:36.779 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:59:36.800 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:59:36.818 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:59:36.827 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:36.834 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:59:36.851 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:59:36.867 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:36.892 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:59:37.130 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:59:37.157 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:59:37.175 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:59:37.191 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:59:37.196 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:59:37.233 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:59:37.237 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:59:37.264 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:37.303 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:37.524 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:59:37.549 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:59:37.552 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:59:37.577 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:59:37.591 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:59:37.616 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:59:37.631 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:59:37.647 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:37.689 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:37.921 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:59:37.949 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:59:37.996 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:59:38.044 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:59:38.071 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:59:38.102 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:59:38.150 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:59:38.177 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:59:38.226 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:59:38.320 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:59:38.348 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:59:38.387 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:59:38.396 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:59:38.413 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:38.455 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:38.544 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:59:38.560 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:38.594 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:38.860 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:59:38.887 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:38.926 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:39.148 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:59:39.165 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:39.207 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:39.245 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:59:39.273 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:59:39.312 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:59:39.539 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:59:39.556 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:59:39.566 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:59:39.573 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:59:39.605 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:59:39.624 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:59:39.627 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:59:39.652 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:39.724 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:59:39.969 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:59:39.978 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:39.997 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:40.017 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:40.036 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:59:40.079 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:59:40.106 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:59:40.146 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:59:40.317 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package jq. 2024-05-06T02:59:40.345 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:40.392 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:59:40.421 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:59:40.447 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:40.487 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:40.490 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:59:40.517 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:40.557 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:40.657 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package socat. 2024-05-06T02:59:40.684 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:59:40.723 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:59:40.877 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:59:40.904 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:59:40.944 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:59:41.049 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:59:41.071 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:59:41.076 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:41.087 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:59:41.115 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:41.129 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:59:41.204 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:59:41.230 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:59:41.271 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:59:41.480 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:59:41.496 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:41.538 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:41.616 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:59:41.642 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:41.690 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:42.160 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph. 2024-05-06T02:59:42.187 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:42.226 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:42.546 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:59:42.573 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:42.612 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:42.937 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:59:42.964 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:59:43.004 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:59:43.132 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:59:43.159 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:43.224 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:43.499 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:59:43.526 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:59:43.565 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:59:43.593 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:59:43.621 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:43.651 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:43.902 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:59:43.918 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:59:43.937 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:59:43.951 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:59:43.964 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:59:44.004 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:59:44.238 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:59:44.258 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:59:44.321 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:59:44.323 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:59:44.350 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:44.381 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:45.013 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:59:45.028 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:45.148 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:45.289 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:59:45.318 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:45.364 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:45.377 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:59:45.394 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:59:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:59:45.681 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:59:45.698 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:45.739 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:59:45.739 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:45.766 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:59:45.805 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:59:46.093 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:59:46.096 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T02:59:46.120 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:59:46.124 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T02:59:46.133 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:59:46.160 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:46.162 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:59:46.200 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:46.471 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:59:46.498 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:59:46.511 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:59:46.514 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T02:59:46.537 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:59:46.539 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:59:46.542 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T02:59:46.578 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:59:46.589 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:59:46.857 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:59:46.880 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:59:46.884 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:59:46.908 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:59:46.923 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:59:46.947 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:59:46.971 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T02:59:46.999 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T02:59:47.038 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:59:47.235 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:59:47.242 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:59:47.262 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:59:47.269 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:47.300 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:47.301 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:59:47.475 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package pkg-config. 2024-05-06T02:59:47.503 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T02:59:47.550 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:59:47.589 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:59:47.615 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:59:47.655 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:59:47.822 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T02:59:47.839 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T02:59:47.880 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:59:47.950 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:59:47.977 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:59:48.016 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:59:48.261 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:59:48.288 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:59:48.321 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T02:59:48.327 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:59:48.349 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T02:59:48.396 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T02:59:48.538 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:59:48.566 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:59:48.605 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:59:48.639 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:59:48.666 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:59:48.692 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T02:59:48.714 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:59:48.720 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T02:59:48.761 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T02:59:49.084 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T02:59:49.111 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T02:59:49.125 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:59:49.150 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:59:49.152 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:59:49.191 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:59:49.361 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:59:49.388 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:49.427 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:49.465 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T02:59:49.493 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T02:59:49.494 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:59:49.522 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:59:49.553 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:59:49.565 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T02:59:49.747 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:59:49.774 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:59:49.813 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:59:49.855 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:59:49.883 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:59:49.920 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-py. 2024-05-06T02:59:49.922 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:59:49.948 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T02:59:49.987 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T02:59:50.116 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:59:50.144 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:50.191 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:59:50.353 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T02:59:50.381 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T02:59:50.418 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package jq. 2024-05-06T02:59:50.419 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:59:50.434 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:50.477 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:59:50.605 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:59:50.633 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:50.738 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package socat. 2024-05-06T02:59:50.757 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:50.766 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:59:50.804 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:59:50.895 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T02:59:50.912 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T02:59:50.954 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:59:51.116 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:59:51.132 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:59:51.174 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:59:51.285 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-toml. 2024-05-06T02:59:51.312 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T02:59:51.351 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T02:59:51.486 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:59:51.502 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:51.553 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:51.648 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T02:59:51.669 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:59:51.676 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T02:59:51.697 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:59:51.723 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:59:51.735 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:59:51.971 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:59:51.988 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:59:52.022 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:59:52.097 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T02:59:52.125 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T02:59:52.164 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:59:52.325 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:59:52.353 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:59:52.391 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:59:52.427 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T02:59:52.444 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T02:59:52.486 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:59:52.703 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:59:52.730 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:59:52.769 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:59:53.089 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:59:53.117 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:59:53.156 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:59:53.219 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package radosgw. 2024-05-06T02:59:53.247 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:53.294 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:53.659 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:59:53.686 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:59:53.725 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:59:53.941 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:59:53.969 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:54.007 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:54.020 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:59:54.048 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:59:54.078 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:59:54.311 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:59:54.338 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:54.356 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:59:54.367 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T02:59:54.377 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:54.384 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:54.385 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:59:54.423 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:59:54.425 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:54.705 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T02:59:54.732 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T02:59:54.772 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:59:54.777 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T02:59:55.028 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:59:55.062 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:59:55.090 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:55.118 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T02:59:55.120 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:55.145 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T02:59:55.172 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:59:55.184 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:59:55.398 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:59:55.426 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:59:55.450 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T02:59:55.464 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:59:55.555 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T02:59:55.582 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T02:59:55.621 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:59:55.786 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T02:59:55.842 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:59:55.870 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:55.908 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:59:56.044 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package pkg-config. 2024-05-06T02:59:56.070 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T02:59:56.109 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:59:56.169 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package jq. 2024-05-06T02:59:56.186 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:59:56.212 INFO:teuthology.orchestra.run.smithi029.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T02:59:56.227 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:59:56.285 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:56.379 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T02:59:56.407 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T02:59:56.422 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package socat. 2024-05-06T02:59:56.446 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:59:56.450 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:59:56.480 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:59:56.775 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:59:56.803 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:59:56.834 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user cephadm....done 2024-05-06T02:59:56.841 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:59:56.857 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T02:59:56.885 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T02:59:56.924 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T02:59:56.981 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:59:57.187 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:59:57.193 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T02:59:57.204 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:57.220 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T02:59:57.246 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:57.251 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T02:59:57.268 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:59:57.521 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:59:57.588 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T02:59:57.604 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T02:59:57.638 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:59:57.648 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:59:57.891 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T02:59:57.909 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T02:59:57.918 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T02:59:57.957 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T02:59:58.187 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:59:58.260 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-py. 2024-05-06T02:59:58.287 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T02:59:58.314 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T02:59:58.326 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T02:59:58.605 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T02:59:58.632 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T02:59:58.634 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:59:58.663 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:59:59.031 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T02:59:59.150 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T02:59:59.178 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T02:59:59.216 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:59:59.325 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T02:59:59.491 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:59:59.508 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:59:59.519 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-toml. 2024-05-06T02:59:59.541 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:59.546 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T02:59:59.585 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T02:59:59.611 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:59:59.828 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:59:59.853 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:59:59.863 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T02:59:59.865 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:59:59.879 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T02:59:59.886 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:59:59.913 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T03:00:00.134 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T03:00:00.189 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T03:00:00.217 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T03:00:00.250 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T03:00:00.255 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T03:00:00.278 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T03:00:00.316 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T03:00:00.411 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T03:00:00.601 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T03:00:00.627 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T03:00:00.630 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T03:00:00.655 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T03:00:00.668 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T03:00:00.693 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T03:00:01.022 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T03:00:01.037 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:01.050 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T03:00:01.088 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T03:00:01.408 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T03:00:01.423 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package radosgw. 2024-05-06T03:00:01.450 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T03:00:01.477 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package pkg-config. 2024-05-06T03:00:01.489 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:01.505 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T03:00:01.535 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T03:00:01.535 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T03:00:01.654 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T03:00:01.771 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T03:00:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T03:00:01.799 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T03:00:01.837 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T03:00:02.059 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T03:00:02.240 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T03:00:02.269 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T03:00:02.307 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T03:00:02.309 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T03:00:02.325 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T03:00:02.358 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:02.491 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T03:00:02.525 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T03:00:02.590 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T03:00:02.593 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T03:00:02.621 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T03:00:02.655 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T03:00:02.659 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T03:00:02.717 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T03:00:02.913 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T03:00:02.948 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T03:00:02.976 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T03:00:03.006 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T03:00:03.014 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T03:00:03.087 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:03.214 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T03:00:03.250 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T03:00:03.309 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T03:00:03.337 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T03:00:03.375 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T03:00:03.483 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T03:00:03.578 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T03:00:03.760 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T03:00:03.957 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-py. 2024-05-06T03:00:03.985 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T03:00:03.996 INFO:teuthology.orchestra.run.smithi149.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T03:00:04.036 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T03:00:04.072 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T03:00:04.100 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:04.199 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T03:00:04.356 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T03:00:04.384 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T03:00:04.439 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T03:00:04.616 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user cephadm....done 2024-05-06T03:00:04.764 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T03:00:04.878 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T03:00:04.935 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T03:00:04.963 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T03:00:05.001 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T03:00:05.023 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T03:00:05.140 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T03:00:05.267 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T03:00:05.274 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T03:00:05.321 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-toml. 2024-05-06T03:00:05.349 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T03:00:05.387 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T03:00:05.393 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T03:00:05.400 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T03:00:05.660 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T03:00:05.687 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T03:00:05.690 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T03:00:05.718 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T03:00:05.756 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T03:00:05.928 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T03:00:06.074 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T03:00:06.085 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T03:00:06.108 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T03:00:06.113 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T03:00:06.151 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T03:00:06.368 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T03:00:06.372 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T03:00:06.420 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T03:00:06.448 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T03:00:06.487 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T03:00:06.724 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T03:00:06.754 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T03:00:06.984 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T03:00:07.050 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T03:00:07.249 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package radosgw. 2024-05-06T03:00:07.251 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T03:00:07.278 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T03:00:07.315 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:07.403 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T03:00:07.495 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T03:00:07.655 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T03:00:07.771 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T03:00:07.781 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:08.064 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T03:00:08.094 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T03:00:08.185 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T03:00:08.202 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T03:00:08.235 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:08.306 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:08.421 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T03:00:08.557 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T03:00:08.632 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T03:00:08.758 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T03:00:08.815 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T03:00:08.884 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T03:00:08.916 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T03:00:09.019 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T03:00:09.157 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T03:00:09.278 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T03:00:09.620 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T03:00:09.676 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T03:00:09.691 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T03:00:09.709 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T03:00:09.765 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T03:00:09.891 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T03:00:09.956 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:10.049 INFO:teuthology.orchestra.run.smithi047.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T03:00:10.081 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T03:00:10.126 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:10.267 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:10.350 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T03:00:10.393 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T03:00:10.477 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T03:00:10.604 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T03:00:10.685 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T03:00:10.734 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user cephadm....done 2024-05-06T03:00:10.858 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T03:00:10.908 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T03:00:10.970 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T03:00:11.168 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T03:00:11.296 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T03:00:11.429 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:11.430 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T03:00:11.526 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T03:00:11.557 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T03:00:11.786 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T03:00:11.860 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T03:00:11.936 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T03:00:12.099 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T03:00:12.120 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T03:00:12.204 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T03:00:12.350 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T03:00:12.380 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T03:00:12.464 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T03:00:12.476 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T03:00:12.581 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T03:00:12.602 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T03:00:12.651 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T03:00:12.875 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T03:00:12.911 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T03:00:12.919 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T03:00:13.188 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T03:00:13.252 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T03:00:13.323 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T03:00:13.346 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T03:00:13.511 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T03:00:13.597 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T03:00:13.627 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T03:00:13.754 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T03:00:13.779 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T03:00:13.974 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T03:00:14.014 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T03:00:14.065 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T03:00:14.282 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T03:00:14.283 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T03:00:14.366 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T03:00:14.541 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T03:00:14.628 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T03:00:14.652 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T03:00:14.755 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T03:00:14.800 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:14.882 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:14.944 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T03:00:14.964 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T03:00:15.060 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T03:00:15.070 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:15.186 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T03:00:15.227 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T03:00:15.328 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T03:00:15.355 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T03:00:15.355 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T03:00:15.479 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T03:00:15.656 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T03:00:15.738 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T03:00:15.758 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T03:00:16.019 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T03:00:16.139 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T03:00:16.169 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T03:00:16.187 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T03:00:16.225 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T03:00:16.351 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T03:00:16.449 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:16.576 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T03:00:16.722 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:16.820 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T03:00:16.845 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T03:00:16.895 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T03:00:17.055 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:17.130 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T03:00:17.164 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T03:00:17.222 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T03:00:17.397 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T03:00:17.415 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T03:00:17.492 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T03:00:17.542 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T03:00:17.619 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T03:00:17.667 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T03:00:17.706 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T03:00:17.807 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T03:00:17.888 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T03:00:17.960 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T03:00:18.165 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T03:00:18.219 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T03:00:18.492 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T03:00:18.504 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:18.531 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T03:00:18.638 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T03:00:18.760 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T03:00:18.886 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T03:00:18.919 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T03:00:18.940 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T03:00:19.055 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T03:00:19.208 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T03:00:19.213 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T03:00:19.467 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T03:00:19.551 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T03:00:19.680 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:19.683 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T03:00:19.726 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T03:00:19.807 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:19.934 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T03:00:19.994 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T03:00:20.223 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T03:00:20.266 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:20.278 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T03:00:20.380 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T03:00:20.393 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:20.457 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T03:00:20.520 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T03:00:20.648 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T03:00:20.765 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T03:00:20.808 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:20.842 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T03:00:20.934 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:21.058 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T03:00:21.087 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:21.135 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T03:00:21.315 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:21.315 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:21.359 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T03:00:21.486 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T03:00:21.618 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T03:00:21.754 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T03:00:21.769 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T03:00:21.856 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:21.880 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:21.895 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:21.968 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T03:00:22.018 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:22.153 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:22.181 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T03:00:22.205 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T03:00:22.306 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T03:00:22.331 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T03:00:22.515 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T03:00:22.741 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T03:00:23.009 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T03:00:23.152 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T03:00:23.428 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:23.549 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:23.589 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T03:00:23.678 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:23.746 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T03:00:23.804 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:23.915 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T03:00:23.931 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:23.989 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:24.058 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:24.123 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T03:00:24.217 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T03:00:24.399 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T03:00:24.525 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T03:00:24.606 INFO:teuthology.orchestra.run.smithi029.stdout:Adding group ceph....done 2024-05-06T03:00:24.609 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T03:00:24.651 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T03:00:25.019 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T03:00:25.036 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T03:00:25.037 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user ceph....done 2024-05-06T03:00:25.190 INFO:teuthology.orchestra.run.smithi029.stdout:Setting system user ceph properties....done 2024-05-06T03:00:25.212 INFO:teuthology.orchestra.run.smithi029.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T03:00:25.287 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T03:00:25.303 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T03:00:25.354 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T03:00:25.546 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:25.612 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T03:00:25.671 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T03:00:25.672 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T03:00:25.975 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T03:00:25.982 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T03:00:26.171 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:26.241 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T03:00:26.300 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:26.342 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T03:00:26.501 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T03:00:26.661 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T03:00:26.751 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T03:00:27.003 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T03:00:27.005 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T03:00:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:27.131 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:27.257 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:27.279 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T03:00:27.383 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T03:00:27.405 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T03:00:27.488 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:27.706 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T03:00:27.769 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:27.832 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T03:00:27.849 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T03:00:27.945 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:28.113 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T03:00:28.124 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T03:00:28.318 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:28.406 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:28.451 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T03:00:28.508 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:28.541 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:28.541 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:28.608 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:28.701 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T03:00:28.803 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T03:00:28.819 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:28.819 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:28.912 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T03:00:29.001 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T03:00:29.013 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:29.247 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T03:00:29.301 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:29.373 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T03:00:29.452 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:29.603 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:29.754 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T03:00:29.774 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:29.798 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T03:00:30.062 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:30.063 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:30.067 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T03:00:30.185 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T03:00:30.436 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T03:00:30.545 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:30.562 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T03:00:30.672 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:30.832 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:30.896 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T03:00:30.958 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.054 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:31.055 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:31.084 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.197 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T03:00:31.235 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.386 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.507 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T03:00:31.528 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.620 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.624 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T03:00:31.680 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:31.875 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T03:00:32.001 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:32.135 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T03:00:32.147 INFO:teuthology.orchestra.run.smithi149.stdout:Adding group ceph....done 2024-05-06T03:00:32.463 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T03:00:32.507 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user ceph....done 2024-05-06T03:00:32.658 INFO:teuthology.orchestra.run.smithi149.stdout:Setting system user ceph properties....done 2024-05-06T03:00:32.674 INFO:teuthology.orchestra.run.smithi149.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T03:00:32.745 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:32.813 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T03:00:32.856 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T03:00:33.101 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T03:00:33.149 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T03:00:33.168 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T03:00:33.211 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T03:00:33.366 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T03:00:33.502 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T03:00:33.628 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:33.630 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:33.754 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:33.756 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:33.888 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T03:00:34.224 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:34.233 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:34.233 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:34.326 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:34.451 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T03:00:34.595 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T03:00:34.725 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:34.736 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:34.837 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:34.963 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:35.079 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T03:00:35.181 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:35.181 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T03:00:35.337 INFO:teuthology.orchestra.run.smithi029.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T03:00:35.344 DEBUG:teuthology.parallel:result is None 2024-05-06T03:00:35.589 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:35.640 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:35.766 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:35.866 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:35.866 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:35.891 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:36.017 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T03:00:36.363 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:36.580 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:36.580 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:37.056 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.264 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.317 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:37.318 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:37.390 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.516 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.625 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.726 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.816 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:37.950 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:38.127 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:38.268 INFO:teuthology.orchestra.run.smithi047.stdout:Adding group ceph....done 2024-05-06T03:00:38.355 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:38.355 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:38.612 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user ceph....done 2024-05-06T03:00:38.730 INFO:teuthology.orchestra.run.smithi047.stdout:Setting system user ceph properties....done 2024-05-06T03:00:38.748 INFO:teuthology.orchestra.run.smithi047.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T03:00:38.870 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:38.892 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T03:00:39.046 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:39.188 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:39.262 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T03:00:39.339 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:39.684 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T03:00:39.718 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:39.793 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T03:00:39.844 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:39.954 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T03:00:40.323 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:40.323 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:00:40.754 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:40.780 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T03:00:41.134 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T03:00:41.448 INFO:teuthology.orchestra.run.smithi149.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T03:00:41.453 DEBUG:teuthology.parallel:result is None 2024-05-06T03:00:41.581 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:41.827 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:41.827 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T03:00:42.300 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:42.510 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:42.510 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T03:00:42.984 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:43.250 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:43.251 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T03:00:43.761 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:43.878 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:44.013 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:44.232 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:44.232 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T03:00:44.706 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:44.857 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:44.974 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:45.109 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T03:00:45.564 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T03:00:45.665 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T03:00:45.809 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T03:00:46.884 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T03:00:47.514 INFO:teuthology.orchestra.run.smithi047.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T03:00:47.519 DEBUG:teuthology.parallel:result is None 2024-05-06T03:00:47.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:47.751 DEBUG:teuthology.orchestra.run.smithi029:> dpkg-query -W -f '${Version}' ceph 2024-05-06T03:00:47.771 INFO:teuthology.orchestra.run.smithi029.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:47.772 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:47.772 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T03:00:47.774 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:47.922 DEBUG:teuthology.orchestra.run.smithi047:> dpkg-query -W -f '${Version}' ceph 2024-05-06T03:00:47.942 INFO:teuthology.orchestra.run.smithi047.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:47.942 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:47.943 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T03:00:47.944 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:48.211 DEBUG:teuthology.orchestra.run.smithi149:> dpkg-query -W -f '${Version}' ceph 2024-05-06T03:00:48.230 INFO:teuthology.orchestra.run.smithi149.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:48.231 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T03:00:48.231 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T03:00:48.234 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T03:00:48.234 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:00:48.234 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:00:48.249 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:00:48.249 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:00:48.264 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:00:48.265 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:00:48.287 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T03:00:48.287 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:00:48.287 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:00:48.340 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:00:48.395 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:00:48.395 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:00:48.410 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:00:48.467 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:00:48.467 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:00:48.481 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:00:48.534 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T03:00:48.534 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:00:48.534 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:00:48.548 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:00:48.603 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:00:48.603 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:00:48.617 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:00:48.671 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:00:48.671 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:00:48.684 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:00:48.737 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T03:00:48.738 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:00:48.738 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:00:48.752 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:00:48.807 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:00:48.807 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:00:48.822 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:00:48.879 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:00:48.879 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:00:48.892 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:00:48.946 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T03:00:49.058 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', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T03:00:49.058 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:49.059 INFO:tasks.cephadm:Cluster fsid is d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:00:49.059 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T03:00:49.059 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.b': '172.21.15.47', 'mon.c': '172.21.15.149'} 2024-05-06T03:00:49.059 INFO:tasks.cephadm:First mon is mon.a on smithi029 2024-05-06T03:00:49.059 INFO:tasks.cephadm:First mgr is a 2024-05-06T03:00:49.059 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T03:00:49.060 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-05-06T03:00:49.075 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-05-06T03:00:49.090 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-05-06T03:00:49.104 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T03:00:49.104 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:49.425 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79095/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.12+braggi12', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 20:06:49.541906', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.9+braggi09', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 19:54:19.849342', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-06T03:00:49.731 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:00:49.733 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T03:00:49.733 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:50.907 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 03:00 /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:50.907 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:51.426 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 03:00 /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:51.427 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:52.639 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 03:00 /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:52.639 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:52.647 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:52.656 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:00:52.674 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T03:00:52.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:00:52.692 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:00:52.699 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:00:52.861 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:00:52.869 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:00:52.875 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:01:45.728 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-05-06T03:01:45.729 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-05-06T03:01:50.393 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-05-06T03:01:50.393 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:01:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:01:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-05-06T03:01:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:01:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-05-06T03:01:50.394 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-05-06T03:02:00.434 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-05-06T03:02:00.435 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-05-06T03:02:00.475 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-05-06T03:02:00.490 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-05-06T03:02:00.504 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-05-06T03:02:00.519 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-05-06T03:02:00.545 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-05-06T03:02:00.559 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-05-06T03:02:00.574 INFO:tasks.cephadm:Writing seed config... 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T03:02:00.575 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T03:02:00.576 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T03:02:00.576 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T03:02:00.576 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:02:00.576 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T03:02:00.594 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 = d7640bcc-0b54-11ef-bc97-c7b262605968 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-05-06T03:02:00.594 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T03:02:00.639 DEBUG:teuthology.orchestra.run.smithi029:mgr.a> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T03:02:00.687 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T03:02:00.687 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:02:00.902 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:02:00.903 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', 'd7640bcc-0b54-11ef-bc97-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2024-05-06T03:02:00.903 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T03:02:00.903 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-05-06T03:02:00.904 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-05-06T03:02:00.904 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-05-06T03:02:00.908 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T03:02:00.908 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T03:02:00.914 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T03:02:00.914 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.919 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T03:02:00.919 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T03:02:00.923 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T03:02:00.923 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.927 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T03:02:00.927 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-05-06T03:02:00.930 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T03:02:00.931 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.934 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T03:02:00.934 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T03:02:00.938 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T03:02:00.938 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.942 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-05-06T03:02:00.946 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-05-06T03:02:00.946 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-05-06T03:02:00.946 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-05-06T03:02:00.947 INFO:teuthology.orchestra.run.smithi029.stdout:docker (/usr/bin/docker) is present 2024-05-06T03:02:00.947 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-05-06T03:02:00.947 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-05-06T03:02:00.950 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T03:02:00.950 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T03:02:00.953 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T03:02:00.953 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.957 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T03:02:00.957 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T03:02:00.960 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T03:02:00.961 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.964 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T03:02:00.964 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-05-06T03:02:00.967 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T03:02:00.967 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.971 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T03:02:00.971 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T03:02:00.974 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T03:02:00.974 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-05-06T03:02:00.978 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-05-06T03:02:00.982 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 139796263970864 on /run/cephadm/d7640bcc-0b54-11ef-bc97-c7b262605968.lock 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 139796263970864 acquired on /run/cephadm/d7640bcc-0b54-11ef-bc97-c7b262605968.lock 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-05-06T03:02:00.983 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-05-06T03:02:00.985 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-06T03:02:00.985 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-06T03:02:00.985 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2024-05-06T03:02:00.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T03:02:00.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-06T03:02:00.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1778sec hoplimit 64 pref medium 2024-05-06T03:02:00.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T03:02:00.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T03:02:00.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T03:02:00.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-05-06T03:02:00.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-05-06T03:02:00.990 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T03:02:00.990 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-05-06T03:02:00.990 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-05-06T03:02:00.990 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-06T03:02:00.990 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T03:02:00.991 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:02:01.383 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout e08cbbf6fd79a8dd2949f340bce25e28ea3db004: Pulling from ceph-ci/ceph 2024-05-06T03:02:01.384 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Digest: sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:02:01.384 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:02:01.384 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:02:03.146 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T03:02:03.146 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T03:02:03.146 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T03:02:04.762 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-05-06T03:02:04.762 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-05-06T03:02:06.331 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAtSDhmrY+IJxAAUcxVBNj0gr2vVf6sjz01lA== 2024-05-06T03:02:08.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAvSDhmZSvLEhAArutKf7YohXGo42AH1BXP+g== 2024-05-06T03:02:09.810 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAxSDhmN8ENAxAAjLUy148E2PtsKFfbSugT1w== 2024-05-06T03:02:09.811 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-05-06T03:02:11.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T03:02:11.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:02:11.530 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.483+0000 7f6c53bbdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.483+0000 7f6c53bbdc80 1 imported monmap: 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:13.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.483+0000 7f6c53bbdc80 0 /usr/bin/ceph-mon: set fsid to d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Git sha 0 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: DB SUMMARY 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: DB Session ID: 1VO88VGRDY2USY5Y20DM 2024-05-06T03:02:13.218 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.218 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-06T03:02:13.218 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.218 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.create_if_missing: 1 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.env: 0x558128ca3cc0 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:02:13.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.info_log: 0x55812a70b040 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:02:13.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.db_log_dir: 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.wal_dir: 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:02:13.221 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.write_buffer_manager: 0x55812a6daaa0 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:02:13.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.row_cache: None 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.wal_filter: None 2024-05-06T03:02:13.223 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:02:13.224 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:02:13.225 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Compression algorithms supported: 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kZSTD supported: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T03:02:13.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.merge_operator: 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55812a70b200) 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-06T03:02:13.228 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55812a70d1f0 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-06T03:02:13.229 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-06T03:02:13.230 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T03:02:13.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.num_levels: 7 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:02:13.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:02:13.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:02:13.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:02:13.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T03:02:13.236 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:02:13.237 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 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-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a06a3781-6446-4c6c-8b4f-6f98fee701d3 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.487+0000 7f6c53bbdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-06T03:02:13.238 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c53bbdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55812a804000 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c53bbdc80 4 rocksdb: DB pointer 0x55812a7f4000 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c43d1c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c43d1c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-06T03:02:13.239 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:02:13.241 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:02:13.243 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55812a70d1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c53bbdc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c53bbdc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T03:02:12.491+0000 7f6c53bbdc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-06T03:02:13.244 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.a on 2024-05-06T03:02:13.496 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-06T03:02:13.701 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-06T03:02:13.918 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target. 2024-05-06T03:02:13.919 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target. 2024-05-06T03:02:14.221 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a 2024-05-06T03:02:14.221 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T03:02:14.421 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target.wants/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service. 2024-05-06T03:02:14.429 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-05-06T03:02:14.430 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T03:02:14.430 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-05-06T03:02:14.430 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-05-06T03:02:16.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:16 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.130580+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:02:17.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.192128s) 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T03:02:17.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T03:02:17.158 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:17.158 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-05-06T03:02:17.158 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T03:02:17.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:02:17.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134340+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134340+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134354+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134354+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134362+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134362+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134370+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134370+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134378+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134378+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134386+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134386+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134394+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.134394+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:02:17.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.136410+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.136410+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.138552+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.138552+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.139003+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: cluster 2024-05-06T03:02:16.139003+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: audit 2024-05-06T03:02:16.326284+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/850876180' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T03:02:17.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:17 smithi029 bash[21038]: audit 2024-05-06T03:02:16.326284+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/850876180' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T03:02:18.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:18 smithi029 bash[21038]: audit 2024-05-06T03:02:18.469362+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.29:0/432547174' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:02:18.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:18 smithi029 bash[21038]: audit 2024-05-06T03:02:18.469362+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.29:0/432547174' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:02:18.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:18 smithi029 bash[21038]: audit 2024-05-06T03:02:18.472536+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.29:0/432547174' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:02:18.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:18 smithi029 bash[21038]: audit 2024-05-06T03:02:18.472536+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.29:0/432547174' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:02:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T03:02:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T03:02:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T03:02:19.235 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-05-06T03:02:20.658 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:20 smithi029 bash[21038]: audit 2024-05-06T03:02:20.386023+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.29:0/2979351739' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:02:20.658 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:20 smithi029 bash[21038]: audit 2024-05-06T03:02:20.386023+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.29:0/2979351739' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:02:21.135 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-05-06T03:02:21.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 systemd[1]: Stopping Ceph mon.a for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:02:21.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 bash[21038]: debug 2024-05-06T03:02:21.282+0000 7fb284b87700 -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-05-06T03:02:21.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 bash[21038]: debug 2024-05-06T03:02:21.282+0000 7fb284b87700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T03:02:21.940 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-06T03:02:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 bash[21427]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:02:22.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 bash[21487]: Error response from daemon: No such container: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:02:22.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 systemd[1]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T03:02:22.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 systemd[1]: Stopped Ceph mon.a for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:02:22.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:21 smithi029 systemd[1]: Started Ceph mon.a for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:02:23.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.490+0000 7f4f50d30c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.490+0000 7f4f50d30c80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.490+0000 7f4f50d30c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 0 load: jerasure load: lrc 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Git sha 0 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: DB SUMMARY 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: DB Session ID: Y5TSEPOJAA913NHGMSRQ 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88537 ; 2024-05-06T03:02:23.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.env: 0x559ca3da0cc0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.info_log: 0x559ca4c43de0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T03:02:23.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:02:23.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.db_log_dir: 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.wal_dir: 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:02:23.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.write_buffer_manager: 0x559ca4c150e0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:02:23.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.row_cache: None 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.wal_filter: None 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:02:23.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:02:23.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Compression algorithms supported: 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kZSTD supported: 0 2024-05-06T03:02:23.720 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:02:23.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.merge_operator: 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559ca4c43fa0) 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cache_index_and_filter_blocks: 1 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:02:23.723 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: pin_top_level_index_and_filter: 1 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: index_type: 0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: data_block_index_type: 0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: index_shortening: 1 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: checksum: 4 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: no_block_cache: 0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_cache: 0x559ca4c451f0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_cache_name: BinnedLRUCache 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_cache_options: 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: capacity : 536870912 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: num_shard_bits : 4 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: strict_capacity_limit : 0 2024-05-06T03:02:23.724 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: high_pri_pool_ratio: 0.000 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_cache_compressed: (nil) 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: persistent_cache: (nil) 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_size: 4096 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_size_deviation: 10 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_restart_interval: 16 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: index_block_restart_interval: 1 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: metadata_block_size: 4096 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: partition_filters: 0 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: use_delta_encoding: 1 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: filter_policy: bloomfilter 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: whole_key_filtering: 1 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: verify_compression: 0 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: read_amp_bytes_per_bit: 0 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: format_version: 5 2024-05-06T03:02:23.725 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: enable_index_compression: 1 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: block_align: 0 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: max_auto_readahead_size: 262144 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: prepopulate_block_cache: 0 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: initial_auto_readahead_size: 8192 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: num_file_reads_for_auto_readahead: 2 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.num_levels: 7 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:02:23.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:02:23.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:02:23.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:02:23.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:02:23.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:02:23.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:02:23.732 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 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-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a06a3781-6446-4c6c-8b4f-6f98fee701d3 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964543498698, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.494+0000 7f4f50d30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964543499794, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85276, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83423, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77635, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1714964543, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a06a3781-6446-4c6c-8b4f-6f98fee701d3", "db_session_id": "Y5TSEPOJAA913NHGMSRQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964543499905, "job": 1, "event": "recovery_finished"} 2024-05-06T03:02:23.733 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 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-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559ca4d66000 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 4 rocksdb: DB pointer 0x559ca4d52000 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f3f487700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f3f487700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: ** DB Stats ** 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:02:23.734 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: ** Compaction Stats [default] ** 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 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-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: L0 2/0 85.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Sum 2/0 85.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: ** Compaction Stats [default] ** 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 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-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:02:23.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Cumulative compaction: 0.00 GB write, 22.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Interval compaction: 0.00 GB write, 22.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 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-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: Block cache BinnedLRUCache@0x559ca4c451f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 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-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 1 mon.a@-1(???) e1 preinit fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 0 mon.a@-1(???).mds e1 new map 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.498+0000 7f4f50d30c80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: e1 2024-05-06T03:02:23.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 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-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: legacy client fscid: -1 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: No filesystems configured 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.502+0000 7f4f50d30c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.502+0000 7f4f50d30c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.502+0000 7f4f50d30c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.502+0000 7f4f50d30c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: debug 2024-05-06T03:02:23.502+0000 7f4f50d30c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523911+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523911+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523978+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523978+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T03:02:23.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523996+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:23.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.523996+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:23.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524013+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:23.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524013+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:23.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524027+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524027+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524036+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524036+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524044+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524044+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524059+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.524059+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.543870+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.543870+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.543902+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.543902+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.544304+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T03:02:23.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:23 smithi029 bash[21529]: cluster 2024-05-06T03:02:23.544304+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T03:02:24.557 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T03:02:24.585 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:02:24.586 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-05-06T03:02:24.586 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T03:02:24.586 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T03:02:24.928 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a 2024-05-06T03:02:24.929 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T03:02:24.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:24 smithi029 bash[21529]: audit 2024-05-06T03:02:23.734354+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.29:0/3899159237' entity='client.admin' 2024-05-06T03:02:24.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:24 smithi029 bash[21529]: audit 2024-05-06T03:02:23.734354+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.29:0/3899159237' entity='client.admin' 2024-05-06T03:02:24.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:24 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:02:25.145 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968.target.wants/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service. 2024-05-06T03:02:25.154 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-05-06T03:02:25.154 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T03:02:25.154 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-05-06T03:02:25.155 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T03:02:25.155 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-05-06T03:02:25.155 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-05-06T03:02:25.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:25 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:02:27.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:27 smithi029 bash[21529]: audit 2024-05-06T03:02:27.087525+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/2765994925' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:27.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:27 smithi029 bash[21529]: audit 2024-05-06T03:02:27.087525+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/2765994925' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:27.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:26 smithi029 bash[21785]: debug 2024-05-06T03:02:26.942+0000 7f59aa3da200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "d7640bcc-0b54-11ef-bc97-c7b262605968", 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:02:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:02:27.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:02:27.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:02:27.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:02:27.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:02:27.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:02:27.912 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.912 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:02:27.912 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:02:16.135500+0000", 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:27.914 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:02:27.915 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:27.915 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-05-06T03:02:28.923 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:28 smithi029 bash[21785]: debug 2024-05-06T03:02:28.590+0000 7f59aa3da200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:02:28.923 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:28 smithi029 bash[21785]: debug 2024-05-06T03:02:28.690+0000 7f59aa3da200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:02:29.211 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:28 smithi029 bash[21785]: debug 2024-05-06T03:02:28.946+0000 7f59aa3da200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:02:30.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:29 smithi029 bash[21785]: debug 2024-05-06T03:02:29.774+0000 7f59aa3da200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:02:30.221 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:29 smithi029 bash[21785]: debug 2024-05-06T03:02:29.886+0000 7f59aa3da200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:02:30.221 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:29 smithi029 bash[21785]: debug 2024-05-06T03:02:29.994+0000 7f59aa3da200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:02:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:30 smithi029 bash[21785]: debug 2024-05-06T03:02:30.358+0000 7f59aa3da200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:02:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:30 smithi029 bash[21785]: debug 2024-05-06T03:02:30.474+0000 7f59aa3da200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:02:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:30 smithi029 bash[21785]: debug 2024-05-06T03:02:30.582+0000 7f59aa3da200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:02:31.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:30 smithi029 bash[21785]: debug 2024-05-06T03:02:30.954+0000 7f59aa3da200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:02:31.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21785]: debug 2024-05-06T03:02:31.202+0000 7f59aa3da200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:02:31.615 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21529]: audit 2024-05-06T03:02:31.347761+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.29:0/757080296' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:31.615 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21529]: audit 2024-05-06T03:02:31.347761+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.29:0/757080296' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:31.616 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21785]: debug 2024-05-06T03:02:31.474+0000 7f59aa3da200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:02:31.616 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21785]: debug 2024-05-06T03:02:31.594+0000 7f59aa3da200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:02:31.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:31 smithi029 bash[21785]: debug 2024-05-06T03:02:31.878+0000 7f59aa3da200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:02:32.142 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "d7640bcc-0b54-11ef-bc97-c7b262605968", 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:02:32.143 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-05-06T03:02:32.147 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:02:32.149 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:02:32.155 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:02:32.156 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:02:16.135500+0000", 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:32.157 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:02:32.158 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:32.158 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2024-05-06T03:02:32.650 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:32 smithi029 bash[21785]: debug 2024-05-06T03:02:32.302+0000 7f59aa3da200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:02:32.650 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:32 smithi029 bash[21785]: debug 2024-05-06T03:02:32.546+0000 7f59aa3da200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:02:32.904 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:32 smithi029 bash[21785]: debug 2024-05-06T03:02:32.670+0000 7f59aa3da200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:02:33.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:32 smithi029 bash[21785]: debug 2024-05-06T03:02:32.926+0000 7f59aa3da200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:02:34.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:33 smithi029 bash[21785]: debug 2024-05-06T03:02:33.966+0000 7f59aa3da200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:02:34.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:34 smithi029 bash[21785]: debug 2024-05-06T03:02:34.082+0000 7f59aa3da200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:02:34.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:34 smithi029 bash[21785]: debug 2024-05-06T03:02:34.386+0000 7f59aa3da200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:02:34.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:34 smithi029 bash[21785]: debug 2024-05-06T03:02:34.502+0000 7f59aa3da200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:02:35.176 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:34 smithi029 bash[21785]: debug 2024-05-06T03:02:34.794+0000 7f59aa3da200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:02:35.448 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21785]: debug 2024-05-06T03:02:35.270+0000 7f59aa3da200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:02:35.449 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21785]: debug 2024-05-06T03:02:35.398+0000 7f59aa3da200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:02:35.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.421303+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.421303+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.424818+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00405977s) 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.424818+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00405977s) 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428116+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428116+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428252+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428252+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428367+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428367+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428477+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428477+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:35.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428589+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428589+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428690+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428690+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428904+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.428904+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.431026+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: audit 2024-05-06T03:02:35.431026+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.461496+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon a is now available 2024-05-06T03:02:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:35 smithi029 bash[21529]: cluster 2024-05-06T03:02:35.461496+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon a is now available 2024-05-06T03:02:36.348 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:36.348 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:36.348 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "d7640bcc-0b54-11ef-bc97-c7b262605968", 2024-05-06T03:02:36.348 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:02:36.349 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:02:36.350 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:02:36.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:02:36.355 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:02:36.356 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:02:16.135500+0000", 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:36.357 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (3/15)... 2024-05-06T03:02:36.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.478409+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:02:36.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.478409+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:02:36.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.481942+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.481942+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.486326+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.486326+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.488039+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.488039+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.489829+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.489829+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.29:0/3261683365' entity='mgr.a' 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.541989+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.29:0/930744966' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: audit 2024-05-06T03:02:35.541989+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.29:0/930744966' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: cluster 2024-05-06T03:02:36.436456+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01569s) 2024-05-06T03:02:36.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:36 smithi029 bash[21529]: cluster 2024-05-06T03:02:36.436456+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01569s) 2024-05-06T03:02:38.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:38 smithi029 bash[21529]: cluster 2024-05-06T03:02:37.481373+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-06T03:02:38.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:38 smithi029 bash[21529]: cluster 2024-05-06T03:02:37.481373+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-06T03:02:40.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:40 smithi029 bash[21529]: audit 2024-05-06T03:02:40.242857+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.29:0/3098872643' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:40.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:40 smithi029 bash[21529]: audit 2024-05-06T03:02:40.242857+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.29:0/3098872643' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:02:41.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:41.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:41.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "d7640bcc-0b54-11ef-bc97-c7b262605968", 2024-05-06T03:02:41.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:02:41.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:02:41.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:02:41.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:02:41.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:02:41.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:41.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2024-05-06T03:02:41.017 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:02:41.017 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:41.017 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:02:41.017 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:02:41.017 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:02:41.018 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:02:41.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:02:41.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:02:41.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:02:41.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:02:41.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:02:41.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:02:41.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:02:41.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:02:41.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:02:41.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:02:16.135500+0000", 2024-05-06T03:02:41.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:02:41.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:02:41.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:02:41.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:41.025 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-05-06T03:02:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:42 smithi029 bash[21529]: audit 2024-05-06T03:02:42.517115+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.29:0/695538771' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:02:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:42 smithi029 bash[21529]: audit 2024-05-06T03:02:42.517115+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.29:0/695538771' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:02:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:42 smithi029 bash[21529]: audit 2024-05-06T03:02:42.519615+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.29:0/695538771' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:02:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:42 smithi029 bash[21529]: audit 2024-05-06T03:02:42.519615+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.29:0/695538771' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:02:43.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:43.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T03:02:43.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:02:43.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T03:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-05-06T03:02:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T03:02:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T03:02:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T03:02:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-05-06T03:02:44.935 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:44 smithi029 bash[21529]: audit 2024-05-06T03:02:44.857993+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.29:0/338654311' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T03:02:44.935 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:44 smithi029 bash[21529]: audit 2024-05-06T03:02:44.857993+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.29:0/338654311' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T03:02:45.188 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:44 smithi029 bash[21785]: ignoring --setuser ceph since I am not root 2024-05-06T03:02:45.188 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:44 smithi029 bash[21785]: ignoring --setgroup ceph since I am not root 2024-05-06T03:02:45.188 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:45 smithi029 bash[21785]: debug 2024-05-06T03:02:45.094+0000 7fef4ef5a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:02:45.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:45 smithi029 bash[21529]: audit 2024-05-06T03:02:44.909880+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.29:0/338654311' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T03:02:45.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:45 smithi029 bash[21529]: audit 2024-05-06T03:02:44.909880+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.29:0/338654311' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T03:02:45.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:45 smithi029 bash[21529]: cluster 2024-05-06T03:02:44.914513+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 9s) 2024-05-06T03:02:45.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:45 smithi029 bash[21529]: cluster 2024-05-06T03:02:44.914513+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 9s) 2024-05-06T03:02:46.794 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:46 smithi029 bash[21785]: debug 2024-05-06T03:02:46.714+0000 7fef4ef5a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:02:47.050 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:46 smithi029 bash[21785]: debug 2024-05-06T03:02:46.814+0000 7fef4ef5a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:02:47.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:47 smithi029 bash[21529]: audit 2024-05-06T03:02:47.227795+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.29:0/3729501607' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:02:47.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:47 smithi029 bash[21529]: audit 2024-05-06T03:02:47.227795+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.29:0/3729501607' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:02:47.462 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:47 smithi029 bash[21785]: debug 2024-05-06T03:02:47.070+0000 7fef4ef5a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:02:48.080 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:48.080 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T03:02:48.081 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:02:48.081 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T03:02:48.081 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T03:02:48.081 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:48.081 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-05-06T03:02:48.082 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-05-06T03:02:48.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:47 smithi029 bash[21785]: debug 2024-05-06T03:02:47.898+0000 7fef4ef5a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:02:48.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:48 smithi029 bash[21785]: debug 2024-05-06T03:02:48.014+0000 7fef4ef5a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:02:48.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:48 smithi029 bash[21785]: debug 2024-05-06T03:02:48.122+0000 7fef4ef5a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:02:48.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:48 smithi029 bash[21785]: debug 2024-05-06T03:02:48.490+0000 7fef4ef5a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:02:48.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:48 smithi029 bash[21785]: debug 2024-05-06T03:02:48.606+0000 7fef4ef5a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:02:48.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:48 smithi029 bash[21785]: debug 2024-05-06T03:02:48.714+0000 7fef4ef5a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:02:49.316 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:49 smithi029 bash[21785]: debug 2024-05-06T03:02:49.086+0000 7fef4ef5a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:02:49.587 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:49 smithi029 bash[21785]: debug 2024-05-06T03:02:49.338+0000 7fef4ef5a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:02:49.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:49 smithi029 bash[21785]: debug 2024-05-06T03:02:49.610+0000 7fef4ef5a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:02:49.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:49 smithi029 bash[21785]: debug 2024-05-06T03:02:49.726+0000 7fef4ef5a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:02:50.410 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:50 smithi029 bash[21785]: debug 2024-05-06T03:02:50.010+0000 7fef4ef5a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:02:50.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:50 smithi029 bash[21785]: debug 2024-05-06T03:02:50.430+0000 7fef4ef5a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:02:50.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:50 smithi029 bash[21785]: debug 2024-05-06T03:02:50.678+0000 7fef4ef5a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:02:51.035 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:50 smithi029 bash[21785]: debug 2024-05-06T03:02:50.798+0000 7fef4ef5a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:02:51.462 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:51 smithi029 bash[21785]: debug 2024-05-06T03:02:51.058+0000 7fef4ef5a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:02:52.462 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:52 smithi029 bash[21785]: debug 2024-05-06T03:02:52.094+0000 7fef4ef5a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:02:52.462 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:52 smithi029 bash[21785]: debug 2024-05-06T03:02:52.214+0000 7fef4ef5a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:02:52.914 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:52 smithi029 bash[21785]: debug 2024-05-06T03:02:52.522+0000 7fef4ef5a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:02:52.914 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:52 smithi029 bash[21785]: debug 2024-05-06T03:02:52.638+0000 7fef4ef5a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:02:52.914 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:52 smithi029 bash[21785]: debug 2024-05-06T03:02:52.934+0000 7fef4ef5a200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:02:53.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21785]: debug 2024-05-06T03:02:53.406+0000 7fef4ef5a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:02:53.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21785]: debug 2024-05-06T03:02:53.530+0000 7fef4ef5a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:02:53.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.553598+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:02:53.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.553598+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:02:53.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.554035+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.554035+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.559883+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.559883+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.560094+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00621949s) 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.560094+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00621949s) 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.561815+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.561815+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.563291+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.563291+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564426+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564426+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564603+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:53.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564603+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:02:53.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564798+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:53.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: audit 2024-05-06T03:02:53.564798+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:02:53.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.589693+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-05-06T03:02:53.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:53 smithi029 bash[21529]: cluster 2024-05-06T03:02:53.589693+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-05-06T03:02:54.837 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: cephadm 2024-05-06T03:02:53.608933+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: cephadm 2024-05-06T03:02:53.608933+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.610859+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.610859+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.613329+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.613329+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.615762+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.615762+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.618999+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.618999+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.622963+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.622963+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:54.838 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.634717+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.634717+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.637995+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:53.637995+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:54.175272+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:54.175272+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:54.180791+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: audit 2024-05-06T03:02:54.180791+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: cluster 2024-05-06T03:02:54.565919+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01204s) 2024-05-06T03:02:54.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:54 smithi029 bash[21529]: cluster 2024-05-06T03:02:54.565919+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01204s) 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-05-06T03:02:55.428 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:54.564604+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:54.564604+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:54.580952+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:54.580952+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:55.444537+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:55.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:55 smithi029 bash[21529]: audit 2024-05-06T03:02:55.444537+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.197086+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Bus STARTING 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.197086+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Bus STARTING 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.320234+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Serving on https://172.21.15.29:7150 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.320234+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Serving on https://172.21.15.29:7150 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.421364+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.421364+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.421536+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Bus STARTED 2024-05-06T03:02:56.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cephadm 2024-05-06T03:02:55.421536+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:03:02:55] ENGINE Bus STARTED 2024-05-06T03:02:56.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cluster 2024-05-06T03:02:55.624534+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T03:02:56.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:56 smithi029 bash[21529]: cluster 2024-05-06T03:02:55.624534+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:56.985049+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-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:56.985049+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-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:56.993760+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:56.993760+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:57.015509+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:02:58.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:02:57 smithi029 bash[21529]: audit 2024-05-06T03:02:57.015509+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:00.195 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T03:03:00.195 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-05-06T03:03:00.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:00 smithi029 bash[21529]: audit 2024-05-06T03:02:59.336759+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-05-06T03:03:00.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:00 smithi029 bash[21529]: audit 2024-05-06T03:02:59.336759+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-05-06T03:03:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21529]: audit 2024-05-06T03:03:01.708696+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21529]: audit 2024-05-06T03:03:01.708696+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21529]: cephadm 2024-05-06T03:03:01.709109+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T03:03:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21529]: cephadm 2024-05-06T03:03:01.709109+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: Generating public/private rsa key pair. 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: Your identification has been saved in /tmp/tmpyjfn07da/key. 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: Your public key has been saved in /tmp/tmpyjfn07da/key.pub. 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: The key fingerprint is: 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: SHA256:iTtMLZ36eFbyXXoycJZ6uRlzHz91w2ji/ThJW+h5/Nk ceph-d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: The key's randomart image is: 2024-05-06T03:03:03.204 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: +---[RSA 3072]----+ 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | | 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | | 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | | 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | + o | 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | + S .+ | 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | o +. o.+=.+o| 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | = +.*O+B.+| 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | +o o.B%o==| 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: | .o. .o*+oE| 2024-05-06T03:03:03.205 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:02 smithi029 bash[21785]: +----[SHA256]-----+ 2024-05-06T03:03:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:03 smithi029 bash[21529]: audit 2024-05-06T03:03:02.940740+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:03 smithi029 bash[21529]: audit 2024-05-06T03:03:02.940740+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:03 smithi029 bash[21529]: audit 2024-05-06T03:03:02.945412+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:03 smithi029 bash[21529]: audit 2024-05-06T03:03:02.945412+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:06.135 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:03:06.135 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:03:06.136 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T03:03:06.136 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-05-06T03:03:06.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:06 smithi029 bash[21529]: audit 2024-05-06T03:03:05.257409+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-05-06T03:03:06.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:06 smithi029 bash[21529]: audit 2024-05-06T03:03:05.257409+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-05-06T03:03:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:08 smithi029 bash[21529]: audit 2024-05-06T03:03:07.720393+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:08.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:08 smithi029 bash[21529]: audit 2024-05-06T03:03:07.720393+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:09.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:09 smithi029 bash[21529]: cephadm 2024-05-06T03:03:08.322749+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi029 2024-05-06T03:03:09.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:09 smithi029 bash[21529]: cephadm 2024-05-06T03:03:08.322749+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi029 2024-05-06T03:03:14.463 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-05-06T03:03:14.463 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mon service... 2024-05-06T03:03:14.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: audit 2024-05-06T03:03:13.299195+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:14.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: audit 2024-05-06T03:03:13.299195+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:14.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: cephadm 2024-05-06T03:03:13.299735+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi029 2024-05-06T03:03:14.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: cephadm 2024-05-06T03:03:13.299735+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi029 2024-05-06T03:03:14.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: audit 2024-05-06T03:03:13.310240+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:14.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: audit 2024-05-06T03:03:13.310240+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:14.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: cluster 2024-05-06T03:03:13.566185+0000 mgr.a (mgr.14120) 16 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:14.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:14 smithi029 bash[21529]: cluster 2024-05-06T03:03:13.566185+0000 mgr.a (mgr.14120) 16 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:16.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:16 smithi029 bash[21529]: cluster 2024-05-06T03:03:15.566582+0000 mgr.a (mgr.14120) 17 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:16.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:16 smithi029 bash[21529]: cluster 2024-05-06T03:03:15.566582+0000 mgr.a (mgr.14120) 17 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:16.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:16 smithi029 bash[21529]: audit 2024-05-06T03:03:16.604941+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:16 smithi029 bash[21529]: audit 2024-05-06T03:03:16.604941+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:17.649 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T03:03:17.649 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mgr service... 2024-05-06T03:03:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: audit 2024-05-06T03:03:16.596995+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: audit 2024-05-06T03:03:16.596995+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: cephadm 2024-05-06T03:03:16.600294+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T03:03:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: cephadm 2024-05-06T03:03:16.600294+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T03:03:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: audit 2024-05-06T03:03:17.290623+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:17.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:17 smithi029 bash[21529]: audit 2024-05-06T03:03:17.290623+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:18 smithi029 bash[21529]: cluster 2024-05-06T03:03:17.566985+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:18 smithi029 bash[21529]: cluster 2024-05-06T03:03:17.566985+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:18 smithi029 bash[21529]: audit 2024-05-06T03:03:17.841409+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:18 smithi029 bash[21529]: audit 2024-05-06T03:03:17.841409+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:20.104 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T03:03:20.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: audit 2024-05-06T03:03:19.341756+0000 mgr.a (mgr.14120) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: audit 2024-05-06T03:03:19.341756+0000 mgr.a (mgr.14120) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: cephadm 2024-05-06T03:03:19.344397+0000 mgr.a (mgr.14120) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: cephadm 2024-05-06T03:03:19.344397+0000 mgr.a (mgr.14120) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: audit 2024-05-06T03:03:19.347257+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: audit 2024-05-06T03:03:19.347257+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: cluster 2024-05-06T03:03:19.567490+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:20.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:20 smithi029 bash[21529]: cluster 2024-05-06T03:03:19.567490+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:22 smithi029 bash[21529]: cluster 2024-05-06T03:03:21.567920+0000 mgr.a (mgr.14120) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:22 smithi029 bash[21529]: cluster 2024-05-06T03:03:21.567920+0000 mgr.a (mgr.14120) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:22 smithi029 bash[21529]: audit 2024-05-06T03:03:21.705266+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.29:0/1077393496' entity='client.admin' 2024-05-06T03:03:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:22 smithi029 bash[21529]: audit 2024-05-06T03:03:21.705266+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.29:0/1077393496' entity='client.admin' 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.276139+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.276139+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.280884+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.280884+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.281738+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.281738+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:03:24.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.286944+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.286944+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.290179+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.290179+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.291543+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]': finished 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.291543+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14120 172.21.15.29:0/2678529978' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]': finished 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: cluster 2024-05-06T03:03:23.568281+0000 mgr.a (mgr.14120) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: cluster 2024-05-06T03:03:23.568281+0000 mgr.a (mgr.14120) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: cephadm 2024-05-06T03:03:23.715732+0000 mgr.a (mgr.14120) 26 : cephadm [INF] Deploying daemon agent.smithi029 on smithi029 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: cephadm 2024-05-06T03:03:23.715732+0000 mgr.a (mgr.14120) 26 : cephadm [INF] Deploying daemon agent.smithi029 on smithi029 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.982201+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.29:0/2926951806' entity='client.admin' 2024-05-06T03:03:24.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:24 smithi029 bash[21529]: audit 2024-05-06T03:03:23.982201+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.29:0/2926951806' entity='client.admin' 2024-05-06T03:03:24.870 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-05-06T03:03:26.866 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21529]: cluster 2024-05-06T03:03:25.568720+0000 mgr.a (mgr.14120) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:26.866 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21529]: cluster 2024-05-06T03:03:25.568720+0000 mgr.a (mgr.14120) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:26.866 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21529]: audit 2024-05-06T03:03:26.532705+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.29:0/1532168143' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T03:03:26.867 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21529]: audit 2024-05-06T03:03:26.532705+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.29:0/1532168143' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T03:03:26.867 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21785]: ignoring --setuser ceph since I am not root 2024-05-06T03:03:26.867 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21785]: ignoring --setgroup ceph since I am not root 2024-05-06T03:03:26.867 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:26 smithi029 bash[21785]: debug 2024-05-06T03:03:26.840+0000 7f3f3af95200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:03:27.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:27 smithi029 bash[21529]: audit 2024-05-06T03:03:26.622209+0000 mon.a (mon.0) 82 : audit [INF] from='client.? 172.21.15.29:0/1532168143' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T03:03:27.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:27 smithi029 bash[21529]: audit 2024-05-06T03:03:26.622209+0000 mon.a (mon.0) 82 : audit [INF] from='client.? 172.21.15.29:0/1532168143' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T03:03:27.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:27 smithi029 bash[21529]: cluster 2024-05-06T03:03:26.629723+0000 mon.a (mon.0) 83 : cluster [DBG] mgrmap e9: a(active, since 33s) 2024-05-06T03:03:27.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:27 smithi029 bash[21529]: cluster 2024-05-06T03:03:26.629723+0000 mon.a (mon.0) 83 : cluster [DBG] mgrmap e9: a(active, since 33s) 2024-05-06T03:03:28.570 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:28 smithi029 bash[21785]: debug 2024-05-06T03:03:28.488+0000 7f3f3af95200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:03:28.827 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:28 smithi029 bash[21785]: debug 2024-05-06T03:03:28.588+0000 7f3f3af95200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:03:29.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:29 smithi029 bash[21529]: audit 2024-05-06T03:03:29.026576+0000 mon.a (mon.0) 84 : audit [DBG] from='client.? 172.21.15.29:0/2373642602' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:03:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:29 smithi029 bash[21529]: audit 2024-05-06T03:03:29.026576+0000 mon.a (mon.0) 84 : audit [DBG] from='client.? 172.21.15.29:0/2373642602' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:03:29.213 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:28 smithi029 bash[21785]: debug 2024-05-06T03:03:28.848+0000 7f3f3af95200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:03:29.820 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:03:29.820 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-05-06T03:03:29.821 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 9... 2024-05-06T03:03:29.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:29 smithi029 bash[21785]: debug 2024-05-06T03:03:29.680+0000 7f3f3af95200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:03:29.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:29 smithi029 bash[21785]: debug 2024-05-06T03:03:29.796+0000 7f3f3af95200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:03:29.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:29 smithi029 bash[21785]: debug 2024-05-06T03:03:29.904+0000 7f3f3af95200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:03:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:30 smithi029 bash[21785]: debug 2024-05-06T03:03:30.272+0000 7f3f3af95200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:03:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:30 smithi029 bash[21785]: debug 2024-05-06T03:03:30.388+0000 7f3f3af95200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:03:30.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:30 smithi029 bash[21785]: debug 2024-05-06T03:03:30.500+0000 7f3f3af95200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:03:31.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:30 smithi029 bash[21785]: debug 2024-05-06T03:03:30.876+0000 7f3f3af95200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:03:31.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:31 smithi029 bash[21785]: debug 2024-05-06T03:03:31.124+0000 7f3f3af95200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:03:31.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:31 smithi029 bash[21785]: debug 2024-05-06T03:03:31.396+0000 7f3f3af95200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:03:31.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:31 smithi029 bash[21785]: debug 2024-05-06T03:03:31.512+0000 7f3f3af95200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:03:32.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:31 smithi029 bash[21785]: debug 2024-05-06T03:03:31.800+0000 7f3f3af95200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:03:32.481 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:32 smithi029 bash[21785]: debug 2024-05-06T03:03:32.248+0000 7f3f3af95200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:03:32.481 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:32 smithi029 bash[21785]: debug 2024-05-06T03:03:32.500+0000 7f3f3af95200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:03:32.869 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:32 smithi029 bash[21785]: debug 2024-05-06T03:03:32.624+0000 7f3f3af95200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:03:33.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:32 smithi029 bash[21785]: debug 2024-05-06T03:03:32.888+0000 7f3f3af95200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:03:34.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:33 smithi029 bash[21785]: debug 2024-05-06T03:03:33.932+0000 7f3f3af95200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:03:34.213 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:34 smithi029 bash[21785]: debug 2024-05-06T03:03:34.056+0000 7f3f3af95200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:03:34.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:34 smithi029 bash[21785]: debug 2024-05-06T03:03:34.364+0000 7f3f3af95200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:03:34.712 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:34 smithi029 bash[21785]: debug 2024-05-06T03:03:34.484+0000 7f3f3af95200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:03:35.212 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:34 smithi029 bash[21785]: debug 2024-05-06T03:03:34.780+0000 7f3f3af95200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:03:35.496 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21785]: debug 2024-05-06T03:03:35.260+0000 7f3f3af95200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:03:35.496 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21785]: debug 2024-05-06T03:03:35.384+0000 7f3f3af95200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:03:35.496 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.409575+0000 mon.a (mon.0) 85 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:03:35.496 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.409575+0000 mon.a (mon.0) 85 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:03:35.496 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.410093+0000 mon.a (mon.0) 86 : cluster [INF] Activating manager daemon a 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.410093+0000 mon.a (mon.0) 86 : cluster [INF] Activating manager daemon a 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.417527+0000 mon.a (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.417527+0000 mon.a (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.417822+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00796141s) 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.417822+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00796141s) 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.418957+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.418957+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.420628+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.420628+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421573+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421573+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:03:35.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421722+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:03:35.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421722+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:03:35.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421848+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:03:35.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: audit 2024-05-06T03:03:35.421848+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:03:35.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.446123+0000 mon.a (mon.0) 94 : cluster [INF] Manager daemon a is now available 2024-05-06T03:03:35.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:35 smithi029 bash[21529]: cluster 2024-05-06T03:03:35.446123+0000 mon.a (mon.0) 94 : cluster [INF] Manager daemon a is now available 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.468619+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.468619+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.471739+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.471739+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.493813+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.493813+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.496577+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: audit 2024-05-06T03:03:35.496577+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:03:36.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: cluster 2024-05-06T03:03:36.423954+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e11: a(active, since 1.01409s) 2024-05-06T03:03:36.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:36 smithi029 bash[21529]: cluster 2024-05-06T03:03:36.423954+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e11: a(active, since 1.01409s) 2024-05-06T03:03:37.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:03:37.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T03:03:37.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T03:03:37.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:03:37.325 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 9 is available 2024-05-06T03:03:37.326 INFO:teuthology.orchestra.run.smithi029.stdout:Generating a dashboard self-signed certificate... 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.098116+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Bus STARTING 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.098116+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Bus STARTING 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.200481+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.200481+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.323956+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Serving on https://172.21.15.29:7150 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.323956+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Serving on https://172.21.15.29:7150 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.324167+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Bus STARTED 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: cephadm 2024-05-06T03:03:36.324167+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:03:03:36] ENGINE Bus STARTED 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: audit 2024-05-06T03:03:36.421550+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: audit 2024-05-06T03:03:36.421550+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: audit 2024-05-06T03:03:36.438915+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:03:37.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:37 smithi029 bash[21529]: audit 2024-05-06T03:03:36.438915+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:03:38.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:38 smithi029 bash[21529]: cluster 2024-05-06T03:03:37.475973+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T03:03:38.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:38 smithi029 bash[21529]: cluster 2024-05-06T03:03:37.475973+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T03:03:39.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T03:03:39.790 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-05-06T03:03:40.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.888552+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-05-06T03:03:40.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.888552+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-05-06T03:03:40.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.968913+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:40.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.968913+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:40.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.973956+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:40.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:39 smithi029 bash[21529]: audit 2024-05-06T03:03:38.973956+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.431 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$DQi3gUtxlnJyrtuq31KC8ueoiayHfsG.CB.89ejWgS/.Ctnhmq/z2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714964621, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T03:03:42.432 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.416946+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-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.416946+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-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: cluster 2024-05-06T03:03:41.484108+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: cluster 2024-05-06T03:03:41.484108+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.564780+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.564780+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.565485+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.565485+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.568550+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.568550+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.570109+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:03:42.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.570109+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:03:42.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.671086+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:42.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:42 smithi029 bash[21529]: audit 2024-05-06T03:03:41.671086+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:43.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:43 smithi029 bash[21529]: cephadm 2024-05-06T03:03:42.450147+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi029 on smithi029 2024-05-06T03:03:43.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:43 smithi029 bash[21529]: cephadm 2024-05-06T03:03:42.450147+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi029 on smithi029 2024-05-06T03:03:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:44 smithi029 bash[21529]: audit 2024-05-06T03:03:43.962461+0000 mon.a (mon.0) 109 : audit [DBG] from='client.? 172.21.15.29:0/3494426726' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T03:03:44.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:44 smithi029 bash[21529]: audit 2024-05-06T03:03:43.962461+0000 mon.a (mon.0) 109 : audit [DBG] from='client.? 172.21.15.29:0/3494426726' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T03:03:44.764 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T03:03:44.764 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-05-06T03:03:44.764 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T03:03:44.766 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-05-06T03:03:44.766 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:44.766 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-05-06T03:03:44.766 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-05-06T03:03:44.767 INFO:teuthology.orchestra.run.smithi029.stdout: Password: je11f8ores 2024-05-06T03:03:44.767 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:44.767 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config directory 2024-05-06T03:03:44.767 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling autotune for osd_memory_target 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.522 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:03:49.523 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-05-06T03:03:49.579 INFO:tasks.cephadm:Fetching config... 2024-05-06T03:03:49.579 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:03:49.579 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T03:03:49.585 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T03:03:49.585 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:03:49.585 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T03:03:49.632 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T03:03:49.632 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:03:49.632 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T03:03:49.687 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T03:03:49.688 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:03:49.688 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T03:03:49.735 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T03:03:49.735 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:03:49.795 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:03:49.801 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:03:49.833 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:03:49.837 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:49 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:49.837 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:49 smithi029 bash[21529]: audit 2024-05-06T03:03:48.721643+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.29:0/2651798280' entity='client.admin' 2024-05-06T03:03:49.837 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:49 smithi029 bash[21529]: audit 2024-05-06T03:03:48.721643+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.29:0/2651798280' entity='client.admin' 2024-05-06T03:03:49.837 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:49 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:49.843 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:03:49.865 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE3WTwnpHdIEa6lifM2NbuZ0ym7yPuFBCSTFpkX1xFPuU+bP8nw+ZjxdfW+5/ZAN7Ataaz4XLa2zw/KalKNqcLsz/7F9QSZkkBDa82IcA7xBNkjcBJtwbveJcZuB7o5bPrtwD1E/1SxIfwz5iH1OgIbVgdW33t19jLmB5gn1JBw8U2xjC9Dz3crKz3glzNDVVRqd8LuFAR+p5OR+OBKclHKv5d+TcfGeaHRv/iSppOtjTRWFzob+SoQMd3wOqLqrz7Fu1UK0Wt+D34F6yEfSC9I5/NTgb7ik4cuJkliRbbT6gO+Pv19iPG0O39XYMtkiAMV94avYepz5GTK4snBn98S0+ZYQkaWurwPlHeeB6JYPT+RSiIS+fXFUATZ4SGqZ2yj53MEkNrNjFvPxTxLUidiaY8E8pPlibCzzbzDsS/a/ZoGj/4VBrjFS+j7ZzEIyQBx87o+oGcxqxucaTteQzAKWWcoHEoI85wOJRMA1rzSaIjun5IIn8rJ4hpu87hf1s= ceph-d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:03:49.875 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T03:03:50.094 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:50.094 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:50.366 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:50.366 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:50.624 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:50.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:50 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:03:51.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.135205+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.135205+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.184493+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.184493+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.186742+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.186742+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.203255+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.203255+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.206514+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.206514+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.208184+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.208184+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.209806+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.209806+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.211421+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.211421+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.215562+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.215562+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.233234+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.233234+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.239066+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.239066+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.491972+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:50.491972+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:51.101203+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:51.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:51 smithi029 bash[21529]: audit 2024-05-06T03:03:51.101203+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:54.571 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:03:56.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: audit 2024-05-06T03:03:54.981463+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:56.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: audit 2024-05-06T03:03:54.981463+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:56.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: audit 2024-05-06T03:03:54.984948+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:56.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: audit 2024-05-06T03:03:54.984948+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:56.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: cluster 2024-05-06T03:03:55.423423+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:56.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:55 smithi029 bash[21529]: cluster 2024-05-06T03:03:55.423423+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: cluster 2024-05-06T03:03:57.423877+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: cluster 2024-05-06T03:03:57.423877+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.304571+0000 mon.a (mon.0) 126 : audit [INF] from='client.? 172.21.15.29:0/2925667944' entity='client.admin' 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.304571+0000 mon.a (mon.0) 126 : audit [INF] from='client.? 172.21.15.29:0/2925667944' entity='client.admin' 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.341995+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.341995+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.346284+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:58.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:03:58 smithi029 bash[21529]: audit 2024-05-06T03:03:58.346284+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:03:59.123 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T03:03:59.124 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T03:04:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:00 smithi029 bash[21529]: cluster 2024-05-06T03:03:59.424325+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:00 smithi029 bash[21529]: cluster 2024-05-06T03:03:59.424325+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:02.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:02 smithi029 bash[21529]: cluster 2024-05-06T03:04:01.424792+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:02.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:02 smithi029 bash[21529]: cluster 2024-05-06T03:04:01.424792+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:04.704 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:04:04.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:04 smithi029 bash[21529]: cluster 2024-05-06T03:04:03.425202+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:04.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:04 smithi029 bash[21529]: cluster 2024-05-06T03:04:03.425202+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:04.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:04 smithi029 bash[21529]: audit 2024-05-06T03:04:04.476161+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:04.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:04 smithi029 bash[21529]: audit 2024-05-06T03:04:04.476161+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:05.744 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:05 smithi029 bash[21529]: audit 2024-05-06T03:04:04.483627+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:05.744 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:05 smithi029 bash[21529]: audit 2024-05-06T03:04:04.483627+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:06.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:06 smithi029 bash[21529]: cluster 2024-05-06T03:04:05.425632+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:06.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:06 smithi029 bash[21529]: cluster 2024-05-06T03:04:05.425632+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:08.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: cluster 2024-05-06T03:04:07.426089+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: cluster 2024-05-06T03:04:07.426089+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.010629+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.010629+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.052150+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.052150+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.054405+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.054405+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.055299+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:08.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:08 smithi029 bash[21529]: audit 2024-05-06T03:04:08.055299+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:08.885 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi047 2024-05-06T03:04:08.885 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:04:08.885 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.conf 2024-05-06T03:04:08.891 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:04:08.891 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:08.940 INFO:tasks.cephadm:Adding host smithi047 to orchestrator... 2024-05-06T03:04:08.940 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch host add smithi047 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.005786+0000 mgr.a (mgr.14152) 17 : 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-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.005786+0000 mgr.a (mgr.14152) 17 : 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-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.056693+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.056693+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.170681+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.170681+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.285255+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.285255+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.500576+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:09.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: cephadm 2024-05-06T03:04:08.500576+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.721411+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.721411+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.726766+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.726766+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.731476+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:09.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:09 smithi029 bash[21529]: audit 2024-05-06T03:04:08.731476+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:10.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:10 smithi029 bash[21529]: cluster 2024-05-06T03:04:09.426530+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:10.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:10 smithi029 bash[21529]: cluster 2024-05-06T03:04:09.426530+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:12.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:12 smithi029 bash[21529]: cluster 2024-05-06T03:04:11.426949+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:12.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:12 smithi029 bash[21529]: cluster 2024-05-06T03:04:11.426949+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:13.822 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:04:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: cluster 2024-05-06T03:04:13.427278+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: cluster 2024-05-06T03:04:13.427278+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.984775+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.984775+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.987230+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.987230+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.990474+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:14 smithi029 bash[21529]: audit 2024-05-06T03:04:13.990474+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:16.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:16 smithi029 bash[21529]: cluster 2024-05-06T03:04:15.427540+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:16.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:16 smithi029 bash[21529]: cluster 2024-05-06T03:04:15.427540+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:18 smithi029 bash[21529]: cluster 2024-05-06T03:04:17.427977+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:18.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:18 smithi029 bash[21529]: cluster 2024-05-06T03:04:17.427977+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:19.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:19 smithi029 bash[21529]: audit 2024-05-06T03:04:18.128248+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:04:19.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:19 smithi029 bash[21529]: audit 2024-05-06T03:04:18.128248+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:04:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:20 smithi029 bash[21529]: cephadm 2024-05-06T03:04:18.887325+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-05-06T03:04:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:20 smithi029 bash[21529]: cephadm 2024-05-06T03:04:18.887325+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-05-06T03:04:20.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:20 smithi029 bash[21529]: cluster 2024-05-06T03:04:19.428440+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:20.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:20 smithi029 bash[21529]: cluster 2024-05-06T03:04:19.428440+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:22 smithi029 bash[21529]: cluster 2024-05-06T03:04:21.428900+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:22 smithi029 bash[21529]: cluster 2024-05-06T03:04:21.428900+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi047' with addr '172.21.15.47' 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: cluster 2024-05-06T03:04:23.429271+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: cluster 2024-05-06T03:04:23.429271+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: audit 2024-05-06T03:04:24.298473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: audit 2024-05-06T03:04:24.298473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: audit 2024-05-06T03:04:24.344337+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:24.577 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:24 smithi029 bash[21529]: audit 2024-05-06T03:04:24.344337+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:25.206 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T03:04:25.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:25 smithi029 bash[21529]: cephadm 2024-05-06T03:04:24.299361+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Added host smithi047 2024-05-06T03:04:25.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:25 smithi029 bash[21529]: cephadm 2024-05-06T03:04:24.299361+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Added host smithi047 2024-05-06T03:04:25.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:25 smithi029 bash[21529]: audit 2024-05-06T03:04:24.817627+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:25.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:25 smithi029 bash[21529]: audit 2024-05-06T03:04:24.817627+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:26.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: cluster 2024-05-06T03:04:25.429557+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:26.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: cluster 2024-05-06T03:04:25.429557+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.344273+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.344273+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.350612+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.350612+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.352320+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:04:26.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.352320+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:04:26.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.354345+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:26.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.354345+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:26.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.356250+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:26.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:26 smithi029 bash[21529]: audit 2024-05-06T03:04:26.356250+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.358981+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.358981+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.575989+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.575989+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.126414+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.126414+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.132473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.132473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.136244+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.136244+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.137551+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-05-06T03:04:27.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:27 smithi029 bash[21529]: audit 2024-05-06T03:04:27.137551+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-05-06T03:04:28.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.790887+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:28.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.790887+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:28.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.955908+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:28.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cephadm 2024-05-06T03:04:26.955908+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:28.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cluster 2024-05-06T03:04:27.429902+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:28.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:28 smithi029 bash[21529]: cluster 2024-05-06T03:04:27.429902+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: cephadm 2024-05-06T03:04:27.863670+0000 mgr.a (mgr.14152) 39 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: cephadm 2024-05-06T03:04:27.863670+0000 mgr.a (mgr.14152) 39 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.790506+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.790506+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.836182+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.836182+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.842060+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.842060+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.911300+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.911300+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.916264+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.916264+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.918377+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.918377+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:29.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.927624+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.927624+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.997504+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:28.997504+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.001303+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.001303+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.002748+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.002748+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.010511+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.010511+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.279452+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:29 smithi029 bash[21529]: audit 2024-05-06T03:04:29.279452+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:29.926 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:04:30.775 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: cluster 2024-05-06T03:04:29.430281+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:30.775 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: cluster 2024-05-06T03:04:29.430281+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.356188+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.356188+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.364043+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.364043+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.503019+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:30 smithi029 bash[21529]: audit 2024-05-06T03:04:30.503019+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:32.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:32 smithi029 bash[21529]: cluster 2024-05-06T03:04:31.430754+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:32.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:32 smithi029 bash[21529]: cluster 2024-05-06T03:04:31.430754+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:34.861 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: cluster 2024-05-06T03:04:33.431234+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:34.861 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: cluster 2024-05-06T03:04:33.431234+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:34.861 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.148934+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:34.861 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.148934+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:34.862 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.152455+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:34.862 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.152455+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:34.862 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.158097+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:34.862 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:34 smithi029 bash[21529]: audit 2024-05-06T03:04:34.158097+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:35.073 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:04:35.073 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}] 2024-05-06T03:04:36.016 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-05-06T03:04:36.016 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:04:36.016 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-05-06T03:04:36.023 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:04:36.023 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:36.070 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-05-06T03:04:36.070 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch host add smithi149 2024-05-06T03:04:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:36 smithi029 bash[21529]: audit 2024-05-06T03:04:35.096218+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:04:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:36 smithi029 bash[21529]: audit 2024-05-06T03:04:35.096218+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:04:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:36 smithi029 bash[21529]: cluster 2024-05-06T03:04:35.431652+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:36 smithi029 bash[21529]: cluster 2024-05-06T03:04:35.431652+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:38 smithi029 bash[21529]: cluster 2024-05-06T03:04:37.432091+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:38.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:38 smithi029 bash[21529]: cluster 2024-05-06T03:04:37.432091+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:40.784 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:04:40.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:40 smithi029 bash[21529]: cluster 2024-05-06T03:04:39.432529+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:40.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:40 smithi029 bash[21529]: cluster 2024-05-06T03:04:39.432529+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:42.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:42 smithi029 bash[21529]: cluster 2024-05-06T03:04:41.432959+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:42.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:42 smithi029 bash[21529]: cluster 2024-05-06T03:04:41.432959+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: audit 2024-05-06T03:04:43.067056+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:44.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: audit 2024-05-06T03:04:43.067056+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:44.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: audit 2024-05-06T03:04:43.075362+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:44.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: audit 2024-05-06T03:04:43.075362+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:44.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: cluster 2024-05-06T03:04:43.433430+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:44.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:44 smithi029 bash[21529]: cluster 2024-05-06T03:04:43.433430+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:45.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:45 smithi029 bash[21529]: audit 2024-05-06T03:04:44.256753+0000 mgr.a (mgr.14152) 49 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:04:45.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:45 smithi029 bash[21529]: audit 2024-05-06T03:04:44.256753+0000 mgr.a (mgr.14152) 49 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:04:46.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:46 smithi029 bash[21529]: cephadm 2024-05-06T03:04:45.113375+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Deploying cephadm binary to smithi149 2024-05-06T03:04:46.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:46 smithi029 bash[21529]: cephadm 2024-05-06T03:04:45.113375+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Deploying cephadm binary to smithi149 2024-05-06T03:04:46.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:46 smithi029 bash[21529]: cluster 2024-05-06T03:04:45.433903+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:46.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:46 smithi029 bash[21529]: cluster 2024-05-06T03:04:45.433903+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:48 smithi029 bash[21529]: cluster 2024-05-06T03:04:47.434324+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:48 smithi029 bash[21529]: cluster 2024-05-06T03:04:47.434324+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:50.549 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi149' with addr '172.21.15.149' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: cluster 2024-05-06T03:04:49.434699+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: cluster 2024-05-06T03:04:49.434699+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.919829+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.919829+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.923943+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.923943+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.927670+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:50.570 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:50 smithi029 bash[21529]: audit 2024-05-06T03:04:49.927670+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:51.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:50.571627+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:51.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:50.571627+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:51.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: cephadm 2024-05-06T03:04:50.572454+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Added host smithi149 2024-05-06T03:04:51.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: cephadm 2024-05-06T03:04:50.572454+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Added host smithi149 2024-05-06T03:04:51.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:50.611403+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:51.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:50.611403+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:51.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:51.083472+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:51.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:51 smithi029 bash[21529]: audit 2024-05-06T03:04:51.083472+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:51.706 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T03:04:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: cluster 2024-05-06T03:04:51.435107+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: cluster 2024-05-06T03:04:51.435107+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.558074+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.558074+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.563720+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.563720+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.565164+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.565164+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.567236+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.567236+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.569105+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:52 smithi029 bash[21529]: audit 2024-05-06T03:04:52.569105+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:53.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.572669+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.572669+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.290370+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.290370+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.296268+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.296268+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.299580+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.299580+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.300984+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-05-06T03:04:53.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:53 smithi029 bash[21529]: audit 2024-05-06T03:04:53.300984+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.790011+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.790011+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.955015+0000 mgr.a (mgr.14152) 58 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:52.955015+0000 mgr.a (mgr.14152) 58 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:53.119850+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cephadm 2024-05-06T03:04:53.119850+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cluster 2024-05-06T03:04:53.435491+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: cluster 2024-05-06T03:04:53.435491+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.337531+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.337531+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.342505+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:54.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.342505+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:54.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.348295+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:54.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:54 smithi029 bash[21529]: audit 2024-05-06T03:04:54.348295+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:55 smithi029 bash[21529]: cephadm 2024-05-06T03:04:54.668841+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Deploying daemon agent.smithi149 on smithi149 2024-05-06T03:04:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:55 smithi029 bash[21529]: cephadm 2024-05-06T03:04:54.668841+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Deploying daemon agent.smithi149 on smithi149 2024-05-06T03:04:56.423 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:04:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: cluster 2024-05-06T03:04:55.435902+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: cluster 2024-05-06T03:04:55.435902+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.690846+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.690846+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.740992+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.740992+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.746794+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.746794+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.848098+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.848098+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.853650+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.853650+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.855346+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.855346+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.863936+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.863936+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.967724+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.967724+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.972457+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.972457+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.973975+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.973975+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.982061+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:55.982061+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:56.119003+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:56 smithi029 bash[21529]: audit 2024-05-06T03:04:56.119003+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:58.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: audit 2024-05-06T03:04:57.182522+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:58.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: audit 2024-05-06T03:04:57.182522+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:58.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: audit 2024-05-06T03:04:57.190273+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:58.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: audit 2024-05-06T03:04:57.190273+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:04:58.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: cluster 2024-05-06T03:04:57.436429+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:04:58.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:04:58 smithi029 bash[21529]: cluster 2024-05-06T03:04:57.436429+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:00.012 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:05:00.012 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-05-06T03:05:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:00 smithi029 bash[21529]: cluster 2024-05-06T03:04:59.436860+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:00 smithi029 bash[21529]: cluster 2024-05-06T03:04:59.436860+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:00.908 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T03:05:00.909 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T03:05:01.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:01 smithi029 bash[21529]: audit 2024-05-06T03:05:00.035133+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:05:01.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:01 smithi029 bash[21529]: audit 2024-05-06T03:05:00.035133+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:05:01.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:01 smithi029 bash[21529]: audit 2024-05-06T03:05:00.510023+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:01.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:01 smithi029 bash[21529]: audit 2024-05-06T03:05:00.510023+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:02.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:02 smithi029 bash[21529]: cluster 2024-05-06T03:05:01.437231+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:02.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:02 smithi029 bash[21529]: cluster 2024-05-06T03:05:01.437231+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:04.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:04 smithi029 bash[21529]: cluster 2024-05-06T03:05:03.437623+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:04.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:04 smithi029 bash[21529]: cluster 2024-05-06T03:05:03.437623+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:05.624 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:05:06.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:06 smithi029 bash[21529]: cluster 2024-05-06T03:05:05.438030+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:06.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:06 smithi029 bash[21529]: cluster 2024-05-06T03:05:05.438030+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:08.746 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:08 smithi029 bash[21529]: cluster 2024-05-06T03:05:07.438462+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:08.746 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:08 smithi029 bash[21529]: cluster 2024-05-06T03:05:07.438462+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:10.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: cluster 2024-05-06T03:05:09.438997+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: cluster 2024-05-06T03:05:09.438997+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:09.995849+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:09.995849+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.003851+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.003851+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.128587+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.128587+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.133274+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.133274+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.139710+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:10.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:10 smithi029 bash[21529]: audit 2024-05-06T03:05:10.139710+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:11.500 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-05-06T03:05:11.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:11 smithi029 bash[21529]: audit 2024-05-06T03:05:10.697504+0000 mon.a (mon.0) 211 : audit [INF] from='client.? 172.21.15.29:0/2835830821' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T03:05:11.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:11 smithi029 bash[21529]: audit 2024-05-06T03:05:10.697504+0000 mon.a (mon.0) 211 : audit [INF] from='client.? 172.21.15.29:0/2835830821' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T03:05:12.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: cluster 2024-05-06T03:05:11.439341+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:12.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: cluster 2024-05-06T03:05:11.439341+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:12.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: audit 2024-05-06T03:05:11.520230+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.29:0/2835830821' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T03:05:12.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: audit 2024-05-06T03:05:11.520230+0000 mon.a (mon.0) 212 : audit [INF] from='client.? 172.21.15.29:0/2835830821' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T03:05:12.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: cluster 2024-05-06T03:05:11.522597+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:12.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:12 smithi029 bash[21529]: cluster 2024-05-06T03:05:11.522597+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:12.903 INFO:tasks.cephadm:Adding mon.a on smithi029 2024-05-06T03:05:12.904 INFO:tasks.cephadm:Adding mon.b on smithi047 2024-05-06T03:05:12.904 INFO:tasks.cephadm:Adding mon.c on smithi149 2024-05-06T03:05:12.904 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c' 2024-05-06T03:05:14.113 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:14 smithi029 bash[21529]: cluster 2024-05-06T03:05:13.439668+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:14.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:14 smithi029 bash[21529]: cluster 2024-05-06T03:05:13.439668+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:15.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.555133+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:15.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.555133+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:15.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.560944+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:15.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.560944+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:15.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.569138+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:15.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:15 smithi029 bash[21529]: audit 2024-05-06T03:05:14.569138+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:16.490 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mon update... 2024-05-06T03:05:16.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: cluster 2024-05-06T03:05:15.440070+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: cluster 2024-05-06T03:05:15.440070+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.512588+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.512588+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.554749+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.554749+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.560584+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.560584+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.562578+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:16.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:16 smithi029 bash[21529]: audit 2024-05-06T03:05:16.562578+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:17.430 DEBUG:teuthology.orchestra.run.smithi047:mon.b> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T03:05:17.433 DEBUG:teuthology.orchestra.run.smithi149:mon.c> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:05:17.435 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T03:05:17.435 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T03:05:17.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:17.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:17 smithi029 bash[21529]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:18.686 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:18 smithi029 bash[21529]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:18 smithi029 bash[21529]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:20 smithi029 bash[21529]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:20 smithi029 bash[21529]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:22.248 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-05-06T03:05:22.248 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"d7640bcc-0b54-11ef-bc97-c7b262605968","modified":"2024-05-06T03:02:10.886216Z","created":"2024-05-06T03:02:10.886216Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T03:05:22.251 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-05-06T03:05:22.586 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:22 smithi149 systemd[1]: Started Ceph mon.c for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:05:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:22.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:22 smithi029 bash[21529]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:23 smithi029 bash[21529]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.821+0000 7f120ad02c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.821+0000 7f120ad02c80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.821+0000 7f120ad02c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 0 load: jerasure load: lrc 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Git sha 0 2024-05-06T03:05:24.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: DB SUMMARY 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: DB Session ID: ST0W7XXHYOB8FY2618LQ 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:05:24.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.env: 0x562dc42ffcc0 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.info_log: 0x562dc5e51de0 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:05:24.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.db_log_dir: 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.wal_dir: 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:05:24.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.write_buffer_manager: 0x562dc5e230e0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:05:24.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.row_cache: None 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.wal_filter: None 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T03:05:24.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:05:24.177 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Compression algorithms supported: 2024-05-06T03:05:24.178 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kZSTD supported: 0 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-06T03:05:24.179 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.merge_operator: 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562dc5e51fa0) 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cache_index_and_filter_blocks: 1 2024-05-06T03:05:24.181 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: pin_top_level_index_and_filter: 1 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: index_type: 0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: data_block_index_type: 0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: index_shortening: 1 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: checksum: 4 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: no_block_cache: 0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_cache: 0x562dc5e531f0 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_cache_name: BinnedLRUCache 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_cache_options: 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: capacity : 536870912 2024-05-06T03:05:24.182 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: num_shard_bits : 4 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: strict_capacity_limit : 0 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: high_pri_pool_ratio: 0.000 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_cache_compressed: (nil) 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: persistent_cache: (nil) 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_size: 4096 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_size_deviation: 10 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_restart_interval: 16 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: index_block_restart_interval: 1 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: metadata_block_size: 4096 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: partition_filters: 0 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: use_delta_encoding: 1 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: filter_policy: bloomfilter 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: whole_key_filtering: 1 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: verify_compression: 0 2024-05-06T03:05:24.183 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: read_amp_bytes_per_bit: 0 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: format_version: 5 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: enable_index_compression: 1 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: block_align: 0 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: max_auto_readahead_size: 262144 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: prepopulate_block_cache: 0 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: initial_auto_readahead_size: 8192 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: num_file_reads_for_auto_readahead: 2 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.num_levels: 7 2024-05-06T03:05:24.184 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:05:24.185 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:05:24.186 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:05:24.187 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:05:24.188 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T03:05:24.189 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.825+0000 7f120ad02c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 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-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d8d98e23-4647-48b6-b667-55634bd79ad3 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964723830594, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964723831143, "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": 1714964723, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d8d98e23-4647-48b6-b667-55634bd79ad3", "db_session_id": "ST0W7XXHYOB8FY2618LQ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:05:24.190 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964723831257, "job": 1, "event": "recovery_finished"} 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 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-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562dc5f74000 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 4 rocksdb: DB pointer 0x562dc5f60000 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f11f9459700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f11f9459700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: ** DB Stats ** 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:24.191 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: ** Compaction Stats [default] ** 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: ** Compaction Stats [default] ** 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:05:24.192 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Interval compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: Block cache BinnedLRUCache@0x562dc5e531f0#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-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.829+0000 7f120ad02c80 0 using public_addr v2:172.21.15.149:0/0 -> [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.833+0000 7f120ad02c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] at bind addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.833+0000 7f120ad02c80 1 mon.c@-1(???) e0 preinit fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).mds e1 new map 2024-05-06T03:05:24.193 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: e1 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 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-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: legacy client fscid: -1 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: No filesystems configured 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 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-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T03:05:24.194 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:24.195 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.196 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:24.197 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:23 smithi149 bash[22386]: debug 2024-05-06T03:05:23.861+0000 7f11fc45f700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T03:05:24.209 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T03:05:24.209 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T03:05:27.167 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:27 smithi047 systemd[1]: Started Ceph mon.b for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:05:28.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.338+0000 7faf01d0fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.338+0000 7faf01d0fc80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.338+0000 7faf01d0fc80 0 pidfile_write: ignore empty --pid-file 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.342+0000 7faf01d0fc80 0 load: jerasure load: lrc 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Git sha 0 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: DB SUMMARY 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: DB Session ID: 7Z63ESW6PZRJ2XFQX6YR 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T03:05:28.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.env: 0x55882356ccc0 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.info_log: 0x5588253e3de0 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T03:05:28.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T03:05:28.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T03:05:28.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:05:28.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:05:28.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.db_log_dir: 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.wal_dir: 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:05:28.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.write_buffer_manager: 0x5588253b50e0 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:05:28.568 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.row_cache: None 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.wal_filter: None 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:05:28.569 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T03:05:28.570 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:05:28.571 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Compression algorithms supported: 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kZSTD supported: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:05:28.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-06T03:05:28.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.merge_operator: 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:05:28.574 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5588253e3fa0) 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cache_index_and_filter_blocks: 1 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: pin_top_level_index_and_filter: 1 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: index_type: 0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: data_block_index_type: 0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: index_shortening: 1 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: checksum: 4 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: no_block_cache: 0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_cache: 0x5588253e51f0 2024-05-06T03:05:28.575 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_cache_name: BinnedLRUCache 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_cache_options: 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: capacity : 536870912 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: num_shard_bits : 4 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: strict_capacity_limit : 0 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: high_pri_pool_ratio: 0.000 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_cache_compressed: (nil) 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: persistent_cache: (nil) 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_size: 4096 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_size_deviation: 10 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_restart_interval: 16 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: index_block_restart_interval: 1 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: metadata_block_size: 4096 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: partition_filters: 0 2024-05-06T03:05:28.576 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: use_delta_encoding: 1 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: filter_policy: bloomfilter 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: whole_key_filtering: 1 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: verify_compression: 0 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: read_amp_bytes_per_bit: 0 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: format_version: 5 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: enable_index_compression: 1 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: block_align: 0 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: max_auto_readahead_size: 262144 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: prepopulate_block_cache: 0 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: initial_auto_readahead_size: 8192 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: num_file_reads_for_auto_readahead: 2 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T03:05:28.577 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.num_levels: 7 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:05:28.578 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:05:28.579 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:05:28.580 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:05:28.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:05:28.582 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:05:28.583 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 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-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 780b0a10-37f8-4a5b-9365-da17d0560650 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964728348991, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964728349516, "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": 1714964728, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "780b0a10-37f8-4a5b-9365-da17d0560650", "db_session_id": "7Z63ESW6PZRJ2XFQX6YR", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714964728349619, "job": 1, "event": "recovery_finished"} 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 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-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558825506000 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 4 rocksdb: DB pointer 0x5588254f2000 2024-05-06T03:05:28.584 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faef0466700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faef0466700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: ** DB Stats ** 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: ** Compaction Stats [default] ** 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:05:28.585 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: ** Compaction Stats [default] ** 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:05:28.586 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: Block cache BinnedLRUCache@0x5588253e51f0#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-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.346+0000 7faf01d0fc80 0 using public_addr v2:172.21.15.47:0/0 -> [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.350+0000 7faf01d0fc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.350+0000 7faf01d0fc80 1 mon.b@-1(???) e0 preinit fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).mds e1 new map 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: e1 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 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-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: legacy client fscid: -1 2024-05-06T03:05:28.587 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: No filesystems configured 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 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-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.370+0000 7faef346c700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.501194+0000 mgr.a (mgr.14152) 74 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:28.588 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:16.506989+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi047:172.21.15.47=b;smithi149:172.21.15.149=c;count:3 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.576858+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.582224+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.584017+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:16.586115+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.734646+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.740597+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.589 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:16.748574+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:17.440569+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:19.440948+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.590 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cluster 2024-05-06T03:05:21.441347+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.271525+0000 mon.a (mon.0) 227 : audit [DBG] from='client.? 172.21.15.149:0/86083702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.569850+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.575877+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.591 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.621643+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.623071+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: audit 2024-05-06T03:05:22.624819+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: cephadm 2024-05-06T03:05:22.626844+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-05-06T03:05:28.592 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:28 smithi047 bash[22195]: debug 2024-05-06T03:05:28.374+0000 7faef346c700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T03:05:28.896 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:05:29.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:29.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:29.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:29.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:29.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:29.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:29.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:29 smithi149 bash[22386]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:29.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:29.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:29.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:29.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:29.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:29.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:29.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:29.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:29.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:29 smithi029 bash[21529]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.274 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.275 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.276 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.276 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:30 smithi149 bash[22386]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:30 smithi029 bash[21529]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.869651+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.874306+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:23.874607+0000 mon.a (mon.0) 235 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:23.900648+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:24.869584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:25.442171+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:25.869639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:25.871992+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:26.869896+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:27.442570+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:27.869953+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.715 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.381982+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.870214+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.923313+0000 mon.a (mon.0) 243 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929761+0000 mon.a (mon.0) 244 : cluster [DBG] monmap epoch 2 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929795+0000 mon.a (mon.0) 245 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929818+0000 mon.a (mon.0) 246 : cluster [DBG] last_changed 2024-05-06T03:05:23.869010+0000 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929837+0000 mon.a (mon.0) 247 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:30.716 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929853+0000 mon.a (mon.0) 248 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929871+0000 mon.a (mon.0) 249 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929888+0000 mon.a (mon.0) 250 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.929908+0000 mon.a (mon.0) 251 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.951882+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.951939+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.952177+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:28.952363+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:30.717 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.956660+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:28.960225+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.019611+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.023703+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.121667+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.124111+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.718 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.124896+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126024+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126282+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.126362+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.340762+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.341404+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.341645+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.719 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.381605+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cluster 2024-05-06T03:05:29.442840+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.559528+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.562333+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.565174+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.568180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.571078+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.720 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.573822+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.577055+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.577446+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.625307+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.625867+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.626676+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.627322+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.721 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: cephadm 2024-05-06T03:05:29.628135+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:30.722 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:30.722 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:30 smithi047 bash[22195]: audit 2024-05-06T03:05:29.870377+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:35.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:35.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:35.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:35.925 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.926 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:35 smithi149 bash[22386]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.958 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-05-06T03:05:35.958 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":3,"fsid":"d7640bcc-0b54-11ef-bc97-c7b262605968","modified":"2024-05-06T03:05:30.400980Z","created":"2024-05-06T03:02:10.886216Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T03:05:35.961 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 3 2024-05-06T03:05:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:35.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:35 smithi029 bash[21529]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.554 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T03:05:36.554 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T03:05:36.793 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:36.794 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.795 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.795 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:36.795 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:36.795 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:36.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:36 smithi149 bash[22386]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:36.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:36.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:36 smithi029 bash[21529]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:30.406571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.408005+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:30.408445+0000 mon.a (mon.0) 278 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:37.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.428895+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:30.429199+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:31.381997+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:31.443256+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:32.382520+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:33.383255+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:33.443657+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:34.383294+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.383087+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.428942+0000 mon.a (mon.0) 286 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435090+0000 mon.a (mon.0) 287 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435127+0000 mon.a (mon.0) 288 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435151+0000 mon.a (mon.0) 289 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435168+0000 mon.a (mon.0) 290 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435191+0000 mon.a (mon.0) 291 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:37.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435215+0000 mon.a (mon.0) 292 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435239+0000 mon.a (mon.0) 293 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435264+0000 mon.a (mon.0) 294 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.435284+0000 mon.a (mon.0) 295 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436372+0000 mon.a (mon.0) 296 : cluster [DBG] fsmap 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436433+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.436732+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:37.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.437054+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456013+0000 mon.a (mon.0) 300 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456062+0000 mon.a (mon.0) 301 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.456088+0000 mon.a (mon.0) 302 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.460699+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.466299+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.471866+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.818 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.477644+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.483657+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cluster 2024-05-06T03:05:35.444045+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.489926+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.496072+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cephadm 2024-05-06T03:05:35.510790+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.514229+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.819 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.518983+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.519621+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.521677+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: cephadm 2024-05-06T03:05:35.524037+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:35.981729+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.149:0/3639963412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.333223+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.340800+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.349994+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:37.820 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:37.821 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:37 smithi047 bash[22195]: audit 2024-05-06T03:05:36.383312+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.464 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:38.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:38 smithi029 bash[21529]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.492 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.493 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:38.494 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:38 smithi149 bash[22386]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:38.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:32.402337+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cephadm 2024-05-06T03:05:37.242880+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cephadm 2024-05-06T03:05:37.249948+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.439255+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.440203+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.440248+0000 mon.a (mon.0) 328 : cluster [INF] mon.a calling monitor election 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.444440+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.464026+0000 mon.a (mon.0) 329 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:05:38.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.471942+0000 mon.a (mon.0) 330 : cluster [DBG] monmap epoch 3 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.471979+0000 mon.a (mon.0) 331 : cluster [DBG] fsid d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472002+0000 mon.a (mon.0) 332 : cluster [DBG] last_changed 2024-05-06T03:05:30.400980+0000 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472027+0000 mon.a (mon.0) 333 : cluster [DBG] created 2024-05-06T03:02:10.886216+0000 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472047+0000 mon.a (mon.0) 334 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T03:05:38.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472072+0000 mon.a (mon.0) 335 : cluster [DBG] election_strategy: 1 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472101+0000 mon.a (mon.0) 336 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472124+0000 mon.a (mon.0) 337 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.472149+0000 mon.a (mon.0) 338 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473172+0000 mon.a (mon.0) 339 : cluster [DBG] fsmap 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473232+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.566 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473551+0000 mon.a (mon.0) 341 : cluster [DBG] mgrmap e13: a(active, since 2m) 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473873+0000 mon.a (mon.0) 342 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.473918+0000 mon.a (mon.0) 343 : cluster [INF] Cluster is now healthy 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:38.567 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:38 smithi047 bash[22195]: cluster 2024-05-06T03:05:37.479910+0000 mon.a (mon.0) 344 : cluster [INF] overall HEALTH_OK 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:39.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:39 smithi149 bash[22386]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:39.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:39.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:39 smithi029 bash[21529]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:38.383746+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.028679+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.036618+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.072983+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.078755+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:39.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:39.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:39 smithi047 bash[22195]: audit 2024-05-06T03:05:39.080503+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:40.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:40.923 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:40.924 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:40 smithi149 bash[22386]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:40.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:40 smithi029 bash[21529]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:41.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.083287+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.084132+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.084526+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.401733+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.401971+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.402631+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:41.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: cluster 2024-05-06T03:05:39.444807+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.621330+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.625775+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.629945+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.634008+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.637930+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.642078+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.646319+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.746623+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.748447+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:41.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:40 smithi047 bash[22195]: audit 2024-05-06T03:05:39.750272+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:41.272 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:05:41.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:41 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:41.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:41 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:41.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:41 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:41.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:41 smithi149 bash[22386]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:41.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:41 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:41.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:41 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:41.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:41 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:41.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:41 smithi029 bash[21529]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:42.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:41 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:42.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:41 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.745935+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T03:05:42.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:41 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:42.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:41 smithi047 bash[22195]: cephadm 2024-05-06T03:05:39.752283+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-05-06T03:05:42.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:42 smithi149 bash[22386]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:42.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:42 smithi149 bash[22386]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:42.938 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:42 smithi029 bash[21529]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:42.938 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:42 smithi029 bash[21529]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:42 smithi047 bash[22195]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:42 smithi047 bash[22195]: cluster 2024-05-06T03:05:41.445109+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:43 smithi047 bash[22195]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:43 smithi029 bash[21529]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: audit 2024-05-06T03:05:42.797185+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: audit 2024-05-06T03:05:42.803873+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:44.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:44.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:43 smithi149 bash[22386]: cluster 2024-05-06T03:05:43.445454+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:45.315 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:45.315 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-05-06T03:05:45.315 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:05:45.315 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-05-06T03:05:45.608 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:45 smithi029 bash[21529]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:45.608 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:45 smithi029 bash[21529]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:45.650 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:45 smithi149 bash[22386]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:45.650 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:45 smithi149 bash[22386]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:45.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:45 smithi047 bash[22195]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:45.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:45 smithi047 bash[22195]: audit 2024-05-06T03:05:45.339070+0000 mon.a (mon.0) 363 : audit [DBG] from='client.? 172.21.15.29:0/3303066010' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:46.116 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T03:05:46.116 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:05:46.116 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:05:46.131 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:05:46.131 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:05:46.186 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:05:46.186 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:05:46.201 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:05:46.201 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:05:46.255 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:05:46.255 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:05:46.270 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:05:46.270 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:05:46.326 INFO:tasks.cephadm:Adding mgr.a on smithi029 2024-05-06T03:05:46.326 INFO:tasks.cephadm:Adding mgr.b on smithi047 2024-05-06T03:05:46.326 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi029=a;smithi047=b' 2024-05-06T03:05:46.530 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:46 smithi149 bash[22386]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:46.530 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:46 smithi149 bash[22386]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:46.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:46 smithi047 bash[22195]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:46.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:46 smithi047 bash[22195]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:46.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:46 smithi029 bash[21529]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:46.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:46 smithi029 bash[21529]: cluster 2024-05-06T03:05:45.445727+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.795 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:48 smithi029 bash[21529]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.796 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:48 smithi029 bash[21529]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:48 smithi047 bash[22195]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:48 smithi047 bash[22195]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:48 smithi149 bash[22386]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:48.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:48 smithi149 bash[22386]: cluster 2024-05-06T03:05:47.446157+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.463 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:05:50.740 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:50 smithi029 bash[21529]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.740 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:50 smithi029 bash[21529]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:50 smithi047 bash[22195]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.804 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:50 smithi047 bash[22195]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:50 smithi149 bash[22386]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:50 smithi149 bash[22386]: cluster 2024-05-06T03:05:49.446609+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:52 smithi149 bash[22386]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:52 smithi149 bash[22386]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.687 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mgr update... 2024-05-06T03:05:52.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:52 smithi047 bash[22195]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:52 smithi047 bash[22195]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:52 smithi029 bash[21529]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:52 smithi029 bash[21529]: cluster 2024-05-06T03:05:51.446954+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:53.368 DEBUG:teuthology.orchestra.run.smithi047:mgr.b> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T03:05:53.370 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T03:05:53.371 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-05-06T03:05:53.371 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:05:53.377 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-05-06T03:05:53.377 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-05-06 02:55:04.560742305 +0000 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-05-06 02:55:04.300744616 +0000 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-05-06 02:55:04.300744616 +0000 2024-05-06T03:05:53.424 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-05-06T03:05:53.425 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:05:53.478 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-05-06T03:05:53.478 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-05-06T03:05:53.479 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000310543 s, 1.6 MB/s 2024-05-06T03:05:53.480 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:05:53.530 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-05-06 02:55:05.088737611 +0000 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-05-06 02:55:04.804740136 +0000 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-05-06 02:55:04.804740136 +0000 2024-05-06T03:05:53.579 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-05-06T03:05:53.580 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:05:53.636 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-05-06T03:05:53.636 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-05-06T03:05:53.636 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000157315 s, 3.3 MB/s 2024-05-06T03:05:53.637 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:05:53.686 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-05-06T03:05:53.735 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-05-06 02:55:05.636732740 +0000 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-05-06 02:55:05.352735264 +0000 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-05-06 02:55:05.352735264 +0000 2024-05-06T03:05:53.736 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-05-06T03:05:53.736 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:05:53.789 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:53.789 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.791 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:53 smithi029 bash[21529]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.792 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-05-06T03:05:53.792 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-05-06T03:05:53.792 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000213919 s, 2.4 MB/s 2024-05-06T03:05:53.792 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:05:53.841 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-05-06T03:05:53.887 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:05:53.887 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:53.887 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-05-06T03:05:53.888 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:53.888 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-05-06 02:55:06.132728331 +0000 2024-05-06T03:05:53.888 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-05-06 02:55:05.872730642 +0000 2024-05-06T03:05:53.888 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-05-06 02:55:05.872730642 +0000 2024-05-06T03:05:53.888 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-05-06T03:05:53.888 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:05:53.942 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-05-06T03:05:53.942 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-05-06T03:05:53.942 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000241082 s, 2.1 MB/s 2024-05-06T03:05:53.943 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:05:53.992 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-06T03:05:53.992 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.995 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.996 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:53 smithi047 bash[22195]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:53.998 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-05-06T03:05:53.998 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-06 02:54:53.887582935 +0000 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-06 02:54:53.591585578 +0000 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-06 02:54:53.591585578 +0000 2024-05-06T03:05:54.043 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-05-06T03:05:54.044 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:05:54.095 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-06T03:05:54.095 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-06T03:05:54.095 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00016803 s, 3.0 MB/s 2024-05-06T03:05:54.096 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:05:54.147 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.700388+0000 mgr.a (mgr.14152) 117 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: cephadm 2024-05-06T03:05:52.703989+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Saving service mgr spec with placement smithi029=a;smithi047=b;count:2 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.710595+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:54.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.717151+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.722864+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.724700+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.733671+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.738530+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.741005+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.745540+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:54.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:53 smithi149 bash[22386]: audit 2024-05-06T03:05:52.747555+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-06 02:54:54.367578648 +0000 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-06 02:54:54.099581041 +0000 2024-05-06T03:05:54.195 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-06 02:54:54.099581041 +0000 2024-05-06T03:05:54.196 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-05-06T03:05:54.196 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:05:54.249 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-06T03:05:54.249 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-06T03:05:54.249 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000290162 s, 1.8 MB/s 2024-05-06T03:05:54.250 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:05:54.304 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-05-06T03:05:54.351 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:05:54.351 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.351 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-05-06T03:05:54.352 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.352 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-06 02:54:54.867574181 +0000 2024-05-06T03:05:54.352 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-06 02:54:54.599576575 +0000 2024-05-06T03:05:54.352 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-06 02:54:54.599576575 +0000 2024-05-06T03:05:54.352 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-05-06T03:05:54.352 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:05:54.406 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-06T03:05:54.407 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-06T03:05:54.407 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000271017 s, 1.9 MB/s 2024-05-06T03:05:54.407 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:05:54.456 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-05-06T03:05:54.503 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:05:54.503 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-06 02:54:55.111572001 +0000 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-06 02:54:55.107572037 +0000 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-06 02:54:55.107572037 +0000 2024-05-06T03:05:54.504 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-05-06T03:05:54.504 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:05:54.558 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-06T03:05:54.558 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-06T03:05:54.558 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000233886 s, 2.2 MB/s 2024-05-06T03:05:54.559 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:05:54.609 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-05-06T03:05:54.609 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:05:54.615 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-05-06T03:05:54.615 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-05-06 02:54:52.079172574 +0000 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-05-06 02:54:51.843174682 +0000 2024-05-06T03:05:54.662 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-05-06 02:54:51.843174682 +0000 2024-05-06T03:05:54.663 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-05-06T03:05:54.663 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:05:54.714 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-05-06T03:05:54.714 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-05-06T03:05:54.714 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000292902 s, 1.7 MB/s 2024-05-06T03:05:54.715 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:05:54.761 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-05-06T03:05:54.809 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:05:54.809 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-05-06 02:54:52.551168358 +0000 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-05-06 02:54:52.311170502 +0000 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-05-06 02:54:52.311170502 +0000 2024-05-06T03:05:54.810 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-05-06T03:05:54.810 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:05:54.862 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-05-06T03:05:54.862 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-05-06T03:05:54.862 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000417121 s, 1.2 MB/s 2024-05-06T03:05:54.864 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:05:54.915 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-05-06 02:54:53.071163714 +0000 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-05-06 02:54:52.819165963 +0000 2024-05-06T03:05:54.961 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-05-06 02:54:52.819165963 +0000 2024-05-06T03:05:54.962 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-05-06T03:05:54.962 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:05:54.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:54 smithi029 bash[21529]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:54.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:54 smithi029 bash[21529]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:54.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:54 smithi029 bash[21529]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:54.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:54 smithi029 bash[21529]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:55.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:54 smithi047 bash[22195]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:55.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:54 smithi047 bash[22195]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:55.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:54 smithi047 bash[22195]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:55.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:54 smithi047 bash[22195]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:55.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.013 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:54 smithi149 bash[22386]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:55.013 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:54 smithi149 bash[22386]: cephadm 2024-05-06T03:05:52.749728+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-05-06T03:05:55.013 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:54 smithi149 bash[22386]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:55.013 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:54 smithi149 bash[22386]: cluster 2024-05-06T03:05:53.447455+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:55.015 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-05-06T03:05:55.015 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-05-06T03:05:55.015 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000412628 s, 1.2 MB/s 2024-05-06T03:05:55.016 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:05:55.068 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-05-06T03:05:55.113 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:05:55.113 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-05-06 02:54:53.579159175 +0000 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-05-06 02:54:53.295161713 +0000 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-05-06 02:54:53.295161713 +0000 2024-05-06T03:05:55.114 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-05-06T03:05:55.114 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:05:55.168 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-05-06T03:05:55.168 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-05-06T03:05:55.168 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000408971 s, 1.3 MB/s 2024-05-06T03:05:55.170 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:05:55.220 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2024-05-06T03:05:55.220 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:05:55.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.313 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.313 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.313 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.313 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:05:55.681 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:55 smithi047 systemd[1]: Started Ceph mgr.b for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:05:56.312 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[23311]: debug 2024-05-06T03:05:56.186+0000 7f29478bc700 1 -- 172.21.15.47:0/1205348609 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55edad87a5a0 con 0x55edae5fa800 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.674 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.674 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.674 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.674 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:56 smithi149 bash[22386]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:56 smithi029 bash[21529]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.812 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[23311]: debug 2024-05-06T03:05:56.378+0000 7f2951acf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.393852+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.401788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.426608+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.432422+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cluster 2024-05-06T03:05:55.447790+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.465876+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.531743+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.534446+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.535360+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.540643+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.541263+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.638169+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.638606+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.639609+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.640412+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: cephadm 2024-05-06T03:05:55.641414+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Reconfiguring daemon mgr.a on smithi029 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.669413+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.815 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.674935+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:56.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:56 smithi047 bash[22195]: audit 2024-05-06T03:05:55.681240+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:57 smithi149 bash[22386]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:57 smithi029 bash[21529]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.408728+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.415738+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.424528+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:57.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:57 smithi047 bash[22195]: audit 2024-05-06T03:05:56.538362+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.312 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[23311]: debug 2024-05-06T03:05:58.030+0000 7f2951acf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:05:58.312 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[23311]: debug 2024-05-06T03:05:58.134+0000 7f2951acf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:05:58.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:58 smithi149 bash[22386]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:58 smithi149 bash[22386]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:58 smithi149 bash[22386]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:58 smithi149 bash[22386]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:58 smithi029 bash[21529]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:58 smithi029 bash[21529]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:58 smithi029 bash[21529]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:58 smithi029 bash[21529]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.812 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[23311]: debug 2024-05-06T03:05:58.390+0000 7f2951acf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:05:58.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[22195]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[22195]: cluster 2024-05-06T03:05:57.448187+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:05:58.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[22195]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:58.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:58 smithi047 bash[22195]: audit 2024-05-06T03:05:58.404994+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.163 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:59.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:05:59 smithi029 bash[21529]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:59.563 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[23311]: debug 2024-05-06T03:05:59.242+0000 7f2951acf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:05:59.563 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[23311]: debug 2024-05-06T03:05:59.354+0000 7f2951acf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:05:59.563 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[23311]: debug 2024-05-06T03:05:59.462+0000 7f2951acf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.564 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:59.565 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[22195]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:59.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.413176+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.465057+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.470603+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:05:59.671 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.472393+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:05:59.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: audit 2024-05-06T03:05:58.482100+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:05:59.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:05:59.672 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:05:59 smithi149 bash[22386]: cephadm 2024-05-06T03:05:58.483102+0000 mgr.a (mgr.14152) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:06:00.062 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[23311]: debug 2024-05-06T03:05:59.830+0000 7f2951acf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:06:00.063 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:05:59 smithi047 bash[23311]: debug 2024-05-06T03:05:59.950+0000 7f2951acf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:06:00.063 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[23311]: debug 2024-05-06T03:06:00.062+0000 7f2951acf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:06:00.658 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[23311]: debug 2024-05-06T03:06:00.434+0000 7f2951acf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:06:00.658 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[22195]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.658 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[22195]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.659 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[22195]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.659 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[22195]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:00 smithi149 bash[22386]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:00 smithi149 bash[22386]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:00 smithi149 bash[22386]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:00 smithi149 bash[22386]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:00 smithi029 bash[21529]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:00 smithi029 bash[21529]: cluster 2024-05-06T03:05:59.448598+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:00 smithi029 bash[21529]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:00 smithi029 bash[21529]: audit 2024-05-06T03:05:59.950871+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:00.941 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[23311]: debug 2024-05-06T03:06:00.678+0000 7f2951acf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:06:01.312 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:00 smithi047 bash[23311]: debug 2024-05-06T03:06:00.962+0000 7f2951acf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:06:01.313 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:01 smithi047 bash[23311]: debug 2024-05-06T03:06:01.082+0000 7f2951acf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:06:01.767 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:01 smithi047 bash[23311]: debug 2024-05-06T03:06:01.366+0000 7f2951acf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:06:02.062 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:01 smithi047 bash[23311]: debug 2024-05-06T03:06:01.786+0000 7f2951acf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:06:02.062 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[23311]: debug 2024-05-06T03:06:02.034+0000 7f2951acf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:06:02.392 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[23311]: debug 2024-05-06T03:06:02.154+0000 7f2951acf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:06:02.392 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[22195]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.392 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[22195]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.392 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[22195]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.392 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[22195]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.422 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:02 smithi149 bash[22386]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.422 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:02 smithi149 bash[22386]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.422 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:02 smithi149 bash[22386]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.422 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:02 smithi149 bash[22386]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:02 smithi029 bash[21529]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:02 smithi029 bash[21529]: audit 2024-05-06T03:06:01.082688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:02 smithi029 bash[21529]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:02 smithi029 bash[21529]: cluster 2024-05-06T03:06:01.449021+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:02.710 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:02 smithi047 bash[23311]: debug 2024-05-06T03:06:02.414+0000 7f2951acf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0107816 s, 973 MB/s 2024-05-06T03:06:02.804 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2024-05-06T03:06:03.601 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-05-06T03:06:03.812 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[23311]: debug 2024-05-06T03:06:03.458+0000 7f2951acf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:06:03.812 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[23311]: debug 2024-05-06T03:06:03.574+0000 7f2951acf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:06:04.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:03 smithi149 bash[22386]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:03 smithi029 bash[21529]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[23311]: debug 2024-05-06T03:06:03.882+0000 7f2951acf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[23311]: debug 2024-05-06T03:06:03.998+0000 7f2951acf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.879122+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.883263+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.887677+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.913055+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.915330+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.916079+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: audit 2024-05-06T03:06:02.920482+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:03 smithi047 bash[22195]: cluster 2024-05-06T03:06:03.449471+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:04.562 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[23311]: debug 2024-05-06T03:06:04.290+0000 7f2951acf200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:05.005 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:04 smithi149 bash[22386]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:05.062 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[23311]: debug 2024-05-06T03:06:04.758+0000 7f2951acf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[23311]: debug 2024-05-06T03:06:04.882+0000 7f2951acf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:05.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:04 smithi047 bash[22195]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: cluster 2024-05-06T03:06:04.911492+0000 mon.a (mon.0) 407 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.912333+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.912742+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:06:05.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.913911+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:06:05.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:05.213 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:04 smithi029 bash[21529]: audit 2024-05-06T03:06:04.914361+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/3852508710' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:05 smithi149 bash[22386]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:05 smithi029 bash[21529]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:06.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: cluster 2024-05-06T03:06:04.942552+0000 mon.a (mon.0) 408 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T03:06:06.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: audit 2024-05-06T03:06:04.942837+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:06:06.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:06.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:05 smithi047 bash[22195]: cluster 2024-05-06T03:06:05.449864+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.318 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:06:08.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:08 smithi029 bash[21529]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:08 smithi029 bash[21529]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:08 smithi047 bash[22195]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:08 smithi047 bash[22195]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:08 smithi149 bash[22386]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:08.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:08 smithi149 bash[22386]: cluster 2024-05-06T03:06:07.450324+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:10 smithi029 bash[21529]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:10 smithi029 bash[21529]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:10 smithi047 bash[22195]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:10 smithi047 bash[22195]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:10 smithi149 bash[22386]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:10.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:10 smithi149 bash[22386]: cluster 2024-05-06T03:06:09.450752+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:12 smithi047 bash[22195]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:12 smithi047 bash[22195]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.832 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:12 smithi029 bash[21529]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.832 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:12 smithi029 bash[21529]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:12 smithi149 bash[22386]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:12.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:12 smithi149 bash[22386]: cluster 2024-05-06T03:06:11.451181+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.788 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.788 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.788 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.788 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.788 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.789 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.789 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:14.789 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:14 smithi149 bash[22386]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:14.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:14.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:14 smithi047 bash[22195]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: cluster 2024-05-06T03:06:13.451626+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.939676+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.945328+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:14.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:14 smithi029 bash[21529]: audit 2024-05-06T03:06:13.946244+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:15.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:15 smithi047 bash[22195]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:15.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:15 smithi047 bash[22195]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:15.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:15 smithi029 bash[21529]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:15.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:15 smithi029 bash[21529]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:15.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:15 smithi149 bash[22386]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:15.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:15 smithi149 bash[22386]: audit 2024-05-06T03:06:13.936777+0000 mgr.a (mgr.14152) 135 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:06:16.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:16 smithi029 bash[21529]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.789 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.789 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:16 smithi047 bash[22195]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: cluster 2024-05-06T03:06:15.452049+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.890359+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.898281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:16.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:16 smithi149 bash[22386]: audit 2024-05-06T03:06:15.907707+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.786 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:17 smithi047 bash[22195]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:17 smithi149 bash[22386]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.622519+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.630419+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:17.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:17 smithi029 bash[21529]: audit 2024-05-06T03:06:16.640388+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:18.883 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:18 smithi047 bash[22195]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:18.883 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:18 smithi047 bash[22195]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:18.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:18 smithi149 bash[22386]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:18.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:18 smithi149 bash[22386]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:18 smithi029 bash[21529]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:18.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:18 smithi029 bash[21529]: cluster 2024-05-06T03:06:17.452515+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:20.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:20 smithi149 bash[22386]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:20.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:20 smithi149 bash[22386]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:20 smithi029 bash[21529]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:20.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:20 smithi029 bash[21529]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:21.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:20 smithi047 bash[22195]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:21.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:20 smithi047 bash[22195]: cluster 2024-05-06T03:06:19.452976+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:22 smithi149 bash[22386]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:22 smithi149 bash[22386]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:22.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:22 smithi029 bash[21529]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:22.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:22 smithi029 bash[21529]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:23.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:22 smithi047 bash[22195]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:23.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:22 smithi047 bash[22195]: cluster 2024-05-06T03:06:21.453358+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:23.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:23.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:23 smithi149 bash[22386]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:23.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:23.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:23 smithi029 bash[21529]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:24.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:24.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.817964+0000 mon.a (mon.0) 419 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]: dispatch 2024-05-06T03:06:24.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:24.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.820863+0000 mon.a (mon.0) 420 : audit [INF] from='client.? 172.21.15.29:0/3835703190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31922741-2227-48b6-ba6b-ba17c3fcbf47"}]': finished 2024-05-06T03:06:24.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:24.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: cluster 2024-05-06T03:06:22.825603+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:06:24.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:24.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:22.825962+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:24.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.099133+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.106495+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.115018+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:24.065 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:24.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:23 smithi047 bash[22195]: audit 2024-05-06T03:06:23.546435+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.29:0/2359542174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:06:24.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:24 smithi149 bash[22386]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:24.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:24 smithi149 bash[22386]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:24 smithi029 bash[21529]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:24 smithi029 bash[21529]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:25.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:24 smithi047 bash[22195]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:25.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:24 smithi047 bash[22195]: cluster 2024-05-06T03:06:23.453801+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:26.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:26 smithi149 bash[22386]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:26.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:26 smithi149 bash[22386]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:26.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:26 smithi029 bash[21529]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:26.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:26 smithi029 bash[21529]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:27.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:26 smithi047 bash[22195]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:27.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:26 smithi047 bash[22195]: cluster 2024-05-06T03:06:25.454286+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:28.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:28 smithi149 bash[22386]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:28.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:28 smithi149 bash[22386]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:28.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:28 smithi029 bash[21529]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:28.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:28 smithi029 bash[21529]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:29.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:28 smithi047 bash[22195]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:29.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:28 smithi047 bash[22195]: cluster 2024-05-06T03:06:27.454733+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:30.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:30 smithi149 bash[22386]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:30.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:30 smithi149 bash[22386]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:30.935 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:30 smithi029 bash[21529]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:30.935 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:30 smithi029 bash[21529]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:31.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:30 smithi047 bash[22195]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:31.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:30 smithi047 bash[22195]: cluster 2024-05-06T03:06:29.455135+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:32.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:32 smithi149 bash[22386]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:32.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:32 smithi149 bash[22386]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:32.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:32 smithi029 bash[21529]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:32.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:32 smithi029 bash[21529]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:33.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:32 smithi047 bash[22195]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:33.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:32 smithi047 bash[22195]: cluster 2024-05-06T03:06:31.455726+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:34.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:34 smithi029 bash[21529]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:34.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:34 smithi029 bash[21529]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:34.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:34 smithi149 bash[22386]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:34.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:34 smithi149 bash[22386]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:34 smithi047 bash[22195]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:34 smithi047 bash[22195]: cluster 2024-05-06T03:06:33.456224+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:36.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:36.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:36.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:36.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:36 smithi149 bash[22386]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:36 smithi029 bash[21529]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: cluster 2024-05-06T03:06:35.456660+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.048466+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.053875+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.061380+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.641569+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:06:37.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:37.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:36 smithi047 bash[22195]: audit 2024-05-06T03:06:36.642953+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:37.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:37 smithi149 bash[22386]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:37 smithi047 bash[22195]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: cephadm 2024-05-06T03:06:36.056610+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi029 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: cephadm 2024-05-06T03:06:36.644198+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.846814+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.854681+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:37.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:37 smithi029 bash[21529]: audit 2024-05-06T03:06:36.864216+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:38.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:38 smithi149 bash[22386]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:38.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:38 smithi149 bash[22386]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:38 smithi029 bash[21529]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:38 smithi029 bash[21529]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:38 smithi047 bash[22195]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:38 smithi047 bash[22195]: cluster 2024-05-06T03:06:37.457066+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:40.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:40 smithi029 bash[21529]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:40.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:40 smithi029 bash[21529]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:40.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:40 smithi149 bash[22386]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:40.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:40 smithi149 bash[22386]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:40 smithi047 bash[22195]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:40 smithi047 bash[22195]: cluster 2024-05-06T03:06:39.457529+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:41.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:41 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:06:41.897 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:06:41 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:06:42.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:41 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:06:42.211 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:06:41 smithi029 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:06:42.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:42.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:42.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:42 smithi149 bash[22386]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:42.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:42.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:42.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:42.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:42.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:42.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:42 smithi029 bash[21529]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: cluster 2024-05-06T03:06:41.457952+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.071438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.075438+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.115954+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:43.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.118296+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:43.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:43.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.118958+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:43.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:43.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:42 smithi047 bash[22195]: audit 2024-05-06T03:06:42.123963+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:44.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:44 smithi047 bash[22195]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:44.598 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:44 smithi149 bash[22386]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:44.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.325096+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.332750+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: audit 2024-05-06T03:06:43.339044+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:44.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:44 smithi029 bash[21529]: cluster 2024-05-06T03:06:43.458255+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:46 smithi047 bash[22195]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:46 smithi047 bash[22195]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:46 smithi149 bash[22386]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:46 smithi149 bash[22386]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:46 smithi029 bash[21529]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:46.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:46 smithi029 bash[21529]: cluster 2024-05-06T03:06:45.458497+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:48 smithi047 bash[22195]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:48 smithi047 bash[22195]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:48 smithi149 bash[22386]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:48 smithi149 bash[22386]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:48 smithi029 bash[21529]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:48 smithi029 bash[21529]: cluster 2024-05-06T03:06:47.458881+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:49.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:49 smithi047 bash[22195]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:49.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:49 smithi047 bash[22195]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:49.883 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:49 smithi029 bash[21529]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:49.884 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:49 smithi029 bash[21529]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:49.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:49 smithi149 bash[22386]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:49.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:49 smithi149 bash[22386]: audit 2024-05-06T03:06:49.024458+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:06:50.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:50.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:50 smithi047 bash[22195]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:50.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:50 smithi029 bash[21529]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: cluster 2024-05-06T03:06:49.459287+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.525160+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: cluster 2024-05-06T03:06:49.529592+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:06:50.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.530151+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-05-06T03:06:50.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:50.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:50 smithi149 bash[22386]: audit 2024-05-06T03:06:49.530768+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:51.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:51 smithi047 bash[22195]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:51.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:51 smithi149 bash[22386]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:51.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.527420+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.532653+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.534695+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.545325+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:51.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:51 smithi029 bash[21529]: audit 2024-05-06T03:06:50.842441+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066]' entity='osd.0' 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:52 smithi047 bash[22195]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:52 smithi149 bash[22386]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.066583+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:50.066728+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.459692+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: audit 2024-05-06T03:06:51.543627+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.853245+0000 mon.a (mon.0) 455 : cluster [INF] osd.0 [v2:172.21.15.29:6802/4109659066,v1:172.21.15.29:6803/4109659066] boot 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: cluster 2024-05-06T03:06:51.853329+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:06:52.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:52.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:52 smithi029 bash[21529]: audit 2024-05-06T03:06:51.853999+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:06:53.933 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:53 smithi029 bash[21529]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:53.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:53 smithi029 bash[21529]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:53.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:53 smithi029 bash[21529]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:53.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:53 smithi029 bash[21529]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:54.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:53 smithi149 bash[22386]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:54.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:53 smithi149 bash[22386]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:54.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:53 smithi149 bash[22386]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:54.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:53 smithi149 bash[22386]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:54.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:53 smithi047 bash[22195]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:54.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:53 smithi047 bash[22195]: cluster 2024-05-06T03:06:52.855972+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:06:54.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:53 smithi047 bash[22195]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:54.313 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:53 smithi047 bash[22195]: cluster 2024-05-06T03:06:53.460013+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:54.633 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2024-05-06T03:06:55.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:55.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:55.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:55.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:55.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:55 smithi149 bash[22386]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:55.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:55.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:55 smithi029 bash[21529]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.638755+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.644940+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.652219+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.655691+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: cephadm 2024-05-06T03:06:54.656585+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16245M 2024-05-06T03:06:56.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.663104+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.667388+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.668744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:55 smithi047 bash[22195]: audit 2024-05-06T03:06:54.678827+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.444 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T03:06:56.447 INFO:tasks.cephadm:Deploying osd.1 on smithi047 with /dev/vg_nvme/lv_4... 2024-05-06T03:06:56.447 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:56 smithi029 bash[21529]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:56 smithi047 bash[22195]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: cluster 2024-05-06T03:06:55.460454+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.218571+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.223399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.229116+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.250223+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.255353+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:06:56.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.256798+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:06:56.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:56.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:56 smithi149 bash[22386]: audit 2024-05-06T03:06:56.264237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:57.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:57 smithi149 bash[22386]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:57.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:57.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:57.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:57 smithi029 bash[21529]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:58.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: cluster 2024-05-06T03:06:56.260148+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.064623+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.072449+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: audit 2024-05-06T03:06:57.081323+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:58.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:57 smithi047 bash[22195]: cluster 2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:06:59.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:59 smithi149 bash[22386]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:59.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:06:59 smithi149 bash[22386]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:59.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:59 smithi029 bash[21529]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:06:59.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:06:59 smithi029 bash[21529]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:00.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:59 smithi047 bash[22195]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:00.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:06:59 smithi047 bash[22195]: cluster 2024-05-06T03:06:58.260750+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:01.548 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:07:01.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:01 smithi149 bash[22386]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:01.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:01 smithi149 bash[22386]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:01.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:01 smithi029 bash[21529]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:01.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:01 smithi029 bash[21529]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:02.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:01 smithi047 bash[22195]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:02.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:01 smithi047 bash[22195]: cluster 2024-05-06T03:07:00.261268+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:03 smithi047 bash[22195]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:03 smithi149 bash[22386]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: cluster 2024-05-06T03:07:02.261767+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.373462+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.380556+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.387985+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.401760+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:03.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.406752+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.408311+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.418094+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.518547+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.527279+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:03.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:03 smithi029 bash[21529]: audit 2024-05-06T03:07:03.537685+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:04.358 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:07:04.358 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:07:04.358 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10+0 records in 2024-05-06T03:07:04.359 INFO:teuthology.orchestra.run.smithi047.stderr:10+0 records out 2024-05-06T03:07:04.359 INFO:teuthology.orchestra.run.smithi047.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0100321 s, 1.0 GB/s 2024-05-06T03:07:04.359 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping successful for: 2024-05-06T03:07:04.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:04.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:04.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:04.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:04.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:04.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:04 smithi149 bash[22386]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:04.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:04.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:04.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:04.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:04.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:04.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:04 smithi029 bash[21529]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:03.411331+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:04.386142+0000 mon.a (mon.0) 488 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:05.043 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:04 smithi047 bash[22195]: cluster 2024-05-06T03:07:04.386199+0000 mon.a (mon.0) 489 : cluster [INF] Cluster is now healthy 2024-05-06T03:07:05.044 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi047:vg_nvme/lv_4 2024-05-06T03:07:06.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:06 smithi029 bash[21529]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:06.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:06 smithi029 bash[21529]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:07.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:06 smithi047 bash[22195]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:07.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:06 smithi047 bash[22195]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:07.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:06 smithi149 bash[22386]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:07.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:06 smithi149 bash[22386]: cluster 2024-05-06T03:07:05.411805+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:08.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:08 smithi029 bash[21529]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:08.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:08 smithi029 bash[21529]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:09.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:08 smithi047 bash[22195]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:09.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:08 smithi047 bash[22195]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:09.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:08 smithi149 bash[22386]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:09.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:08 smithi149 bash[22386]: cluster 2024-05-06T03:07:07.412235+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:09.765 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:07:10.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:10 smithi047 bash[22195]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:10.788 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:10 smithi047 bash[22195]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:10.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:10 smithi029 bash[21529]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:10.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:10 smithi029 bash[21529]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:11.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:10 smithi149 bash[22386]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:11.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:10 smithi149 bash[22386]: cluster 2024-05-06T03:07:09.412676+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:12.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:12.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:12.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:12.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:12.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:12.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:12.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:12.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:12 smithi029 bash[21529]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:13.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:13.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:13.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:13.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:13.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:13.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:13.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:13.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:12 smithi047 bash[22195]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: cluster 2024-05-06T03:07:11.413142+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.300933+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.307801+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:13.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:12 smithi149 bash[22386]: audit 2024-05-06T03:07:12.309459+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:13.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:13 smithi029 bash[21529]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:13.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:13 smithi029 bash[21529]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:14.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:13 smithi047 bash[22195]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:14.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:13 smithi047 bash[22195]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:14.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:13 smithi149 bash[22386]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:14.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:13 smithi149 bash[22386]: audit 2024-05-06T03:07:12.293236+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:07:14.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:14 smithi149 bash[22386]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:14.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:14 smithi149 bash[22386]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:14.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:14 smithi029 bash[21529]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:14.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:14 smithi029 bash[21529]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:15.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:14 smithi047 bash[22195]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:15.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:14 smithi047 bash[22195]: cluster 2024-05-06T03:07:13.413563+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:16.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:16 smithi029 bash[21529]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:16.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:16 smithi029 bash[21529]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:17.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:16 smithi047 bash[22195]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:17.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:16 smithi047 bash[22195]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:17.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:16 smithi149 bash[22386]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:17.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:16 smithi149 bash[22386]: cluster 2024-05-06T03:07:15.414031+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.563 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:18 smithi047 bash[22195]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:18 smithi149 bash[22386]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.286849+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.295072+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: audit 2024-05-06T03:07:17.305176+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:18.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:18.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:18 smithi029 bash[21529]: cluster 2024-05-06T03:07:17.414511+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.532 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:20 smithi047 bash[22195]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.533 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:20 smithi047 bash[22195]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:20 smithi029 bash[21529]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:20 smithi029 bash[21529]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:20 smithi149 bash[22386]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:20.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:20 smithi149 bash[22386]: cluster 2024-05-06T03:07:19.414977+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:22.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:22 smithi029 bash[21529]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:22.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:22.814 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:22 smithi047 bash[22195]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: cluster 2024-05-06T03:07:21.415457+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.514687+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/1116263295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.516021+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]: dispatch 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.519045+0000 mon.a (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2c70a82-03e3-48a4-87e0-9fb99c5f94da"}]': finished 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: cluster 2024-05-06T03:07:21.523937+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:21.524605+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.018386+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.025925+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.036460+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:22.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:22.922 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:22 smithi149 bash[22386]: audit 2024-05-06T03:07:22.301331+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4099729626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:24 smithi029 bash[21529]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:24.976 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:24 smithi047 bash[22195]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.111 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:25.111 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: cluster 2024-05-06T03:07:23.415853+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:25.111 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.111 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.717210+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.112 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.112 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.725921+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.112 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:25.112 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:24 smithi149 bash[22386]: audit 2024-05-06T03:07:23.735989+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:26.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:26 smithi029 bash[21529]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:26.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:26 smithi029 bash[21529]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:27.027 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:26 smithi047 bash[22195]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:27.027 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:26 smithi047 bash[22195]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:27.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:26 smithi149 bash[22386]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:27.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:26 smithi149 bash[22386]: cluster 2024-05-06T03:07:25.416298+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:28.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:28 smithi029 bash[21529]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:28.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:28 smithi029 bash[21529]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:29.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:28 smithi047 bash[22195]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:29.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:28 smithi047 bash[22195]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:29.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:28 smithi149 bash[22386]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:29.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:28 smithi149 bash[22386]: cluster 2024-05-06T03:07:27.416752+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:30.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:30 smithi029 bash[21529]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:30.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:30 smithi029 bash[21529]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:31.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:30 smithi047 bash[22195]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:31.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:30 smithi047 bash[22195]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:31.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:30 smithi149 bash[22386]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:31.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:30 smithi149 bash[22386]: cluster 2024-05-06T03:07:29.417149+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:32 smithi029 bash[21529]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:32.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:32 smithi029 bash[21529]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:33.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:32 smithi047 bash[22195]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:33.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:32 smithi047 bash[22195]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:33.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:32 smithi149 bash[22386]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:33.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:32 smithi149 bash[22386]: cluster 2024-05-06T03:07:31.417586+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:34 smithi029 bash[21529]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:35.042 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:34 smithi149 bash[22386]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: cluster 2024-05-06T03:07:33.417997+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: audit 2024-05-06T03:07:34.464591+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:35.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:34 smithi047 bash[22195]: audit 2024-05-06T03:07:34.466349+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:35.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:35 smithi047 bash[22195]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:35.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:35 smithi047 bash[22195]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:36.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:35 smithi149 bash[22386]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:36.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:35 smithi149 bash[22386]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:36.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:35 smithi029 bash[21529]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:36.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:35 smithi029 bash[21529]: cephadm 2024-05-06T03:07:34.467901+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-05-06T03:07:37.049 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:36 smithi047 bash[22195]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:37.049 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:36 smithi047 bash[22195]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:36 smithi149 bash[22386]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:36 smithi149 bash[22386]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:37.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:36 smithi029 bash[21529]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:37.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:36 smithi029 bash[21529]: cluster 2024-05-06T03:07:35.418431+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.383 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:07:38.383 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:07:38 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:07:38.653 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:07:38 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 bash[22195]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.654 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:38 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:38 smithi029 bash[21529]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.972 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.972 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: cluster 2024-05-06T03:07:37.418973+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:38.972 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.972 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.505166+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.973 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.973 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.513400+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.973 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:38.973 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:38 smithi149 bash[22386]: audit 2024-05-06T03:07:37.523635+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.813 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:39 smithi047 bash[22195]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:39 smithi149 bash[22386]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.684689+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.693528+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.721206+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.730950+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.733369+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:39 smithi029 bash[21529]: audit 2024-05-06T03:07:38.746348+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:40 smithi047 bash[22195]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:40 smithi047 bash[22195]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:40 smithi149 bash[22386]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:40 smithi149 bash[22386]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:41.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:40 smithi029 bash[21529]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:41.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:40 smithi029 bash[21529]: cluster 2024-05-06T03:07:39.419509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:42 smithi047 bash[22195]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:42 smithi149 bash[22386]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: cluster 2024-05-06T03:07:41.419972+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.249149+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.255702+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:43.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:42 smithi029 bash[21529]: audit 2024-05-06T03:07:42.265704+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.024 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.025 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.026 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.026 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.026 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.026 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.026 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:44 smithi047 bash[22195]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:44 smithi149 bash[22386]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: cluster 2024-05-06T03:07:43.420443+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:45.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.910097+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.918674+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.929790+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.964641+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.970254+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.972059+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:44 smithi029 bash[21529]: audit 2024-05-06T03:07:43.982363+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:45.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:45 smithi149 bash[22386]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:45 smithi047 bash[22195]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: cephadm 2024-05-06T03:07:43.921922+0000 mgr.a (mgr.14152) 187 : cephadm [INF] Detected new or changed devices on smithi047 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: audit 2024-05-06T03:07:45.053464+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:45 smithi029 bash[21529]: audit 2024-05-06T03:07:45.054675+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:46.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:46.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:46.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:46.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:46.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:46.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:46 smithi149 bash[22386]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:46 smithi047 bash[22195]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: cluster 2024-05-06T03:07:45.420931+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.762802+0000 mon.a (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.765943+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: cluster 2024-05-06T03:07:45.769387+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.769992+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:47.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:46 smithi029 bash[21529]: audit 2024-05-06T03:07:45.770728+0000 mon.a (mon.0) 531 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-06T03:07:48.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:47 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:47 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.765253+0000 mon.a (mon.0) 532 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.770128+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.770867+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: audit 2024-05-06T03:07:46.781528+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:47 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.421429+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:07:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:48.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:48 smithi029 bash[21529]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:49.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:48 smithi047 bash[22195]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.034289+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:46.034401+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.782014+0000 mon.a (mon.0) 536 : cluster [INF] osd.1 [v2:172.21.15.47:6800/117126066,v1:172.21.15.47:6801/117126066] boot 2024-05-06T03:07:49.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: cluster 2024-05-06T03:07:47.782164+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:47.782877+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.366380+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.375578+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.384735+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.418295+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.424291+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:49.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.426330+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:49.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:48 smithi149 bash[22386]: audit 2024-05-06T03:07:48.436587+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:49.344 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 1 on host 'smithi047' 2024-05-06T03:07:50.045 DEBUG:teuthology.orchestra.run.smithi047:osd.1> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.046 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:50.047 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:49 smithi047 bash[22195]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:50.049 INFO:tasks.cephadm:Deploying osd.2 on smithi149 with /dev/vg_nvme/lv_4... 2024-05-06T03:07:50.050 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:07:50.061 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.061 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.061 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.062 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:50.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:49 smithi149 bash[22386]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:50.169 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.169 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cluster 2024-05-06T03:07:48.800738+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:07:50.169 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.169 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.344044+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.353065+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.361323+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.367271+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cephadm 2024-05-06T03:07:49.368759+0000 mgr.a (mgr.14152) 190 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.375161+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.379290+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:07:50.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.381071+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:07:50.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: audit 2024-05-06T03:07:49.390681+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:50.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:50.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:49 smithi029 bash[21529]: cluster 2024-05-06T03:07:49.421894+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:52 smithi029 bash[21529]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:52 smithi029 bash[21529]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:52 smithi047 bash[22195]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:52 smithi047 bash[22195]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:52 smithi149 bash[22386]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:52 smithi149 bash[22386]: cluster 2024-05-06T03:07:51.422362+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:53.749 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:07:54.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:54 smithi029 bash[21529]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:54.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:54 smithi029 bash[21529]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:54.771 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:54 smithi149 bash[22386]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:54.771 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:54 smithi149 bash[22386]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:54.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:54 smithi047 bash[22195]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:54.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:54 smithi047 bash[22195]: cluster 2024-05-06T03:07:53.422855+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136464 s, 768 MB/s 2024-05-06T03:07:56.425 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-05-06T03:07:56.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:56 smithi029 bash[21529]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:56 smithi029 bash[21529]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:56 smithi047 bash[22195]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:56 smithi047 bash[22195]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:56 smithi149 bash[22386]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:56 smithi149 bash[22386]: cluster 2024-05-06T03:07:55.423355+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:56.983 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi149:vg_nvme/lv_4 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:58.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:07:58 smithi029 bash[21529]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:07:58 smithi047 bash[22195]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:59.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: cluster 2024-05-06T03:07:57.423850+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:07:59.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.725057+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.733254+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:07:59.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:07:58 smithi149 bash[22386]: audit 2024-05-06T03:07:57.743143+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:00.726 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:08:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:00 smithi029 bash[21529]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:00.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:00 smithi029 bash[21529]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:01.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:00 smithi047 bash[22195]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:01.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:00 smithi047 bash[22195]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:01.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:00 smithi149 bash[22386]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:01.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:00 smithi149 bash[22386]: cluster 2024-05-06T03:07:59.424332+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:02 smithi047 bash[22195]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:02 smithi149 bash[22386]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: cluster 2024-05-06T03:08:01.424797+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.480756+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.489618+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:02.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:02 smithi029 bash[21529]: audit 2024-05-06T03:08:02.499869+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:03.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:03 smithi029 bash[21529]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:03.961 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:03.962 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:03.962 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:03.962 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:03.962 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:03.962 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:03 smithi047 bash[22195]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.108953+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.115439+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:03 smithi149 bash[22386]: audit 2024-05-06T03:08:03.117263+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:04 smithi047 bash[22195]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:04 smithi047 bash[22195]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:04 smithi047 bash[22195]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:05.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:04 smithi047 bash[22195]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:05.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:04 smithi149 bash[22386]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:04 smithi149 bash[22386]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:04 smithi149 bash[22386]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:05.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:04 smithi149 bash[22386]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:05.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:04 smithi029 bash[21529]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:04 smithi029 bash[21529]: audit 2024-05-06T03:08:03.101416+0000 mgr.a (mgr.14152) 198 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:08:05.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:04 smithi029 bash[21529]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:05.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:04 smithi029 bash[21529]: cluster 2024-05-06T03:08:03.425254+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.038 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:06 smithi149 bash[22386]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.038 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:06 smithi149 bash[22386]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:06 smithi047 bash[22195]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:06 smithi047 bash[22195]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:06 smithi029 bash[21529]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:07.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:06 smithi029 bash[21529]: cluster 2024-05-06T03:08:05.425725+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:08 smithi047 bash[22195]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.420 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:08 smithi149 bash[22386]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.079517+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.088614+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: audit 2024-05-06T03:08:07.099097+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:08.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:08 smithi029 bash[21529]: cluster 2024-05-06T03:08:07.426181+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:10 smithi029 bash[21529]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:10 smithi029 bash[21529]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:10 smithi047 bash[22195]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:10 smithi047 bash[22195]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:10 smithi149 bash[22386]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:10.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:10 smithi149 bash[22386]: cluster 2024-05-06T03:08:09.426647+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:11.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:11 smithi047 bash[22195]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:11.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:11 smithi149 bash[22386]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.455045+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/816932365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.455912+0000 mon.a (mon.0) 567 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.459471+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac5cb3b8-0f04-4cfb-a5d3-323f77994a70"}]': finished 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: cluster 2024-05-06T03:08:11.464707+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:11.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:11 smithi029 bash[21529]: audit 2024-05-06T03:08:11.465513+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:12 smithi047 bash[22195]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:12 smithi047 bash[22195]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:12 smithi047 bash[22195]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:12.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:12 smithi047 bash[22195]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:12 smithi149 bash[22386]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:12 smithi149 bash[22386]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:12 smithi149 bash[22386]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:12 smithi149 bash[22386]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:12 smithi029 bash[21529]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:12 smithi029 bash[21529]: cluster 2024-05-06T03:08:11.427128+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:12 smithi029 bash[21529]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:12.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:12 smithi029 bash[21529]: audit 2024-05-06T03:08:12.150666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/992588578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:08:14.776 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:14 smithi149 bash[22386]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:14.776 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:14 smithi149 bash[22386]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:14.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:14 smithi047 bash[22195]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:14.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:14 smithi047 bash[22195]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:14.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:14 smithi029 bash[21529]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:14.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:14 smithi029 bash[21529]: cluster 2024-05-06T03:08:13.427561+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:16 smithi047 bash[22195]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:16 smithi047 bash[22195]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:16 smithi149 bash[22386]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:16 smithi149 bash[22386]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:16 smithi029 bash[21529]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:16.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:16 smithi029 bash[21529]: cluster 2024-05-06T03:08:15.427977+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.812 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:18 smithi047 bash[22195]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:18 smithi149 bash[22386]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: cluster 2024-05-06T03:08:17.428438+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.949027+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.957275+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:18.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:18 smithi029 bash[21529]: audit 2024-05-06T03:08:17.967287+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:20.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:20 smithi149 bash[22386]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:20.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:20 smithi149 bash[22386]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:20.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:20 smithi047 bash[22195]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:20.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:20 smithi047 bash[22195]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:20.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:20 smithi029 bash[21529]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:20.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:20 smithi029 bash[21529]: cluster 2024-05-06T03:08:19.428943+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:22 smithi047 bash[22195]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:22 smithi047 bash[22195]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:22 smithi149 bash[22386]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:22 smithi149 bash[22386]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:22 smithi029 bash[21529]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:22.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:22 smithi029 bash[21529]: cluster 2024-05-06T03:08:21.429442+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:23.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:23 smithi047 bash[22195]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:23 smithi149 bash[22386]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.587945+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.589452+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: cephadm 2024-05-06T03:08:22.590771+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.666367+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.673416+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:23.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:23 smithi029 bash[21529]: audit 2024-05-06T03:08:22.681626+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:24.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:24 smithi149 bash[22386]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:24.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:24 smithi149 bash[22386]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:24 smithi029 bash[21529]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:24 smithi029 bash[21529]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:24 smithi047 bash[22195]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:24 smithi047 bash[22195]: cluster 2024-05-06T03:08:23.429858+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:26.362 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:26 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:08:26.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:26 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:08:26.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:26 smithi149 bash[22386]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:26.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:26 smithi149 bash[22386]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:26.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:26 smithi029 bash[21529]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:26.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:26 smithi029 bash[21529]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:27.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:26 smithi047 bash[22195]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:27.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:26 smithi047 bash[22195]: cluster 2024-05-06T03:08:25.430352+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:27.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:27 smithi149 bash[22386]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:27.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:27 smithi029 bash[21529]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.686059+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.699713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.716018+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.727623+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.730784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:26.744182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.315682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.324678+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:27 smithi047 bash[22195]: audit 2024-05-06T03:08:27.334867+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:28.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:28 smithi029 bash[21529]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:28.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:28 smithi029 bash[21529]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:29.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:28 smithi047 bash[22195]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:29.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:28 smithi047 bash[22195]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:28 smithi149 bash[22386]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:28 smithi149 bash[22386]: cluster 2024-05-06T03:08:27.430835+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:30.774 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:30 smithi149 bash[22386]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:30.774 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:30 smithi149 bash[22386]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:30.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:30 smithi029 bash[21529]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:30.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:30 smithi029 bash[21529]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:31.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:30 smithi047 bash[22195]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:31.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:30 smithi047 bash[22195]: cluster 2024-05-06T03:08:29.431445+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:32.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:32 smithi149 bash[22386]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:32.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:32 smithi149 bash[22386]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:32 smithi029 bash[21529]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:32 smithi029 bash[21529]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:33.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:32 smithi047 bash[22195]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:33.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:32 smithi047 bash[22195]: cluster 2024-05-06T03:08:31.431848+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:34 smithi149 bash[22386]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:34.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:34 smithi029 bash[21529]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: cluster 2024-05-06T03:08:33.432378+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: audit 2024-05-06T03:08:33.795363+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:35.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:34 smithi047 bash[22195]: audit 2024-05-06T03:08:33.796494+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:08:35.290 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 2 on host 'smithi149' 2024-05-06T03:08:35.856 DEBUG:teuthology.orchestra.run.smithi149:osd.2> sudo journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.2.service 2024-05-06T03:08:35.859 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-06T03:08:35.859 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T03:08:35.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:35.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:35.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:35.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:35.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:35.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:35 smithi029 bash[21529]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:36.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:36.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:35 smithi047 bash[22195]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:36.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:36.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.705415+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.708757+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.710859+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.712027+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:34.712684+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.295244+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.303644+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.322455+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.328651+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.336456+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.340538+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.342392+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.352000+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:36.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:35 smithi149 bash[22386]: audit 2024-05-06T03:08:35.707906+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-05-06T03:08:36.668 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:08:36 smithi149 bash[27718]: debug 2024-05-06T03:08:36.239+0000 7f8783e13700 -1 osd.2 0 waiting for initial osdmap 2024-05-06T03:08:36.669 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:08:36 smithi149 bash[27718]: debug 2024-05-06T03:08:36.255+0000 7f877bbfe700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:08:36.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:36.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:36.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:36 smithi029 bash[21529]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:37.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:37.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:37.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:37.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:36 smithi047 bash[22195]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cephadm 2024-05-06T03:08:35.330121+0000 mgr.a (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cluster 2024-05-06T03:08:35.432789+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: cluster 2024-05-06T03:08:35.713409+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:35.714684+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:35.726332+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:37.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:36 smithi149 bash[22386]: audit 2024-05-06T03:08:36.250912+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T03:08:37.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:37.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:37 smithi029 bash[21529]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:37 smithi047 bash[22195]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.807515+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:34.807619+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:36.725837+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.254142+0000 mon.a (mon.0) 607 : cluster [INF] osd.2 [v2:172.21.15.149:6800/2832079768,v1:172.21.15.149:6801/2832079768] boot 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.254245+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:37.254508+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:37 smithi149 bash[22386]: audit 2024-05-06T03:08:37.645187+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:38.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:38.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:38.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:38.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:38 smithi029 bash[21529]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:39.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:38 smithi047 bash[22195]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:39.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:37.433267+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.170188+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.178561+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.184412+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.272 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.189658+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.197358+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.199269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.209721+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.248811+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.257851+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' 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-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.262882+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:39.273 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:38 smithi149 bash[22386]: audit 2024-05-06T03:08:38.266236+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:39.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:39.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:39.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:39 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:40.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:39 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:40.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cephadm 2024-05-06T03:08:38.181811+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi149 2024-05-06T03:08:40.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:40.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cluster 2024-05-06T03:08:38.202968+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:40.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.260366+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: cluster 2024-05-06T03:08:39.266046+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.451602+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.561273+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.665306+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.666703+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708020+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708433+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708694+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.708894+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711318+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711496+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:39 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711678+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.590 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:40.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:40 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:41.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:41.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:40 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.711231+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.765459+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.777351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.779399+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:41.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.779966+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.780518+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: audit 2024-05-06T03:08:39.832507+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:41.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:40 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.267760+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:08:41.999 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:41 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.000 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:41 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.000 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:41 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.000 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:41 smithi047 bash[22195]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:41 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:41 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:41 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:41 smithi029 bash[21529]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:41 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:41 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.203565+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:41 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:41 smithi149 bash[22386]: cluster 2024-05-06T03:08:40.794682+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 5m), standbys: b 2024-05-06T03:08:42.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:42 smithi047 bash[22195]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:42.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:42 smithi047 bash[22195]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:43.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:42 smithi149 bash[22386]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:43.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:42 smithi149 bash[22386]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:43.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:42 smithi029 bash[21529]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:43.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:42 smithi029 bash[21529]: cluster 2024-05-06T03:08:42.204094+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.082 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.083 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:43 smithi047 bash[22195]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:43 smithi149 bash[22386]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.853784+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.858607+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:42.863486+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.344723+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.353309+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.362528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.393620+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.400000+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.402136+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: cluster 2024-05-06T03:08:43.405700+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:43 smithi029 bash[21529]: audit 2024-05-06T03:08:43.412825+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:44.293 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:45.156 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:44 smithi047 bash[22195]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:45.165 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:44 smithi029 bash[21529]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:45.166 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1714964917,"num_in_osds":3,"osd_in_since":1714964891,"num_remapped_pgs":0} 2024-05-06T03:08:45.167 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: audit 2024-05-06T03:08:44.317353+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.29:0/2430928998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: cluster 2024-05-06T03:08:44.360268+0000 mon.a (mon.0) 651 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:45.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:44 smithi149 bash[22386]: cluster 2024-05-06T03:08:44.360326+0000 mon.a (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-05-06T03:08:46.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:45 smithi149 bash[22386]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:46.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:45 smithi149 bash[22386]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:46.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:45 smithi029 bash[21529]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:46.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:45 smithi029 bash[21529]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:46.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:45 smithi047 bash[22195]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:46.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:45 smithi047 bash[22195]: cluster 2024-05-06T03:08:45.406157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.808 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.808 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:48 smithi149 bash[22386]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:48 smithi047 bash[22195]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: cluster 2024-05-06T03:08:47.406570+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:48.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.534693+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.543509+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:48.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:48 smithi029 bash[21529]: audit 2024-05-06T03:08:47.553675+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:08:49.895 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:08:50.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:50 smithi047 bash[22195]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:50.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:50 smithi047 bash[22195]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:50.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:50 smithi149 bash[22386]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:50.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:50 smithi149 bash[22386]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:50.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:50 smithi029 bash[21529]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:50.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:50 smithi029 bash[21529]: cluster 2024-05-06T03:08:49.407148+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:52 smithi047 bash[22195]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:52 smithi047 bash[22195]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:52 smithi149 bash[22386]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:52 smithi149 bash[22386]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:52 smithi029 bash[21529]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:52.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:52 smithi029 bash[21529]: cluster 2024-05-06T03:08:51.407814+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:54 smithi047 bash[22195]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:54 smithi047 bash[22195]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.827 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:54 smithi029 bash[21529]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.827 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:54 smithi029 bash[21529]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:54 smithi149 bash[22386]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:54 smithi149 bash[22386]: cluster 2024-05-06T03:08:53.408355+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:08:55.632 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"d7640bcc-0b54-11ef-bc97-c7b262605968","created":"2024-05-06T03:02:16.134932+0000","modified":"2024-05-06T03:08:40.260183+0000","last_up_change":"2024-05-06T03:08:37.246285+0000","last_in_change":"2024-05-06T03:08:11.457065+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-05-06T03:08:37.651951+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":"31922741-2227-48b6-ba6b-ba17c3fcbf47","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.29:6802","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6803","nonce":4109659066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6805","nonce":4109659066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6809","nonce":4109659066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6807","nonce":4109659066}]},"public_addr":"172.21.15.29:6803/4109659066","cluster_addr":"172.21.15.29:6805/4109659066","heartbeat_back_addr":"172.21.15.29:6809/4109659066","heartbeat_front_addr":"172.21.15.29:6807/4109659066","state":["exists","up"]},{"osd":1,"uuid":"d2c70a82-03e3-48a4-87e0-9fb99c5f94da","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.47:6800","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6801","nonce":117126066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6803","nonce":117126066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6807","nonce":117126066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6805","nonce":117126066}]},"public_addr":"172.21.15.47:6801/117126066","cluster_addr":"172.21.15.47:6803/117126066","heartbeat_back_addr":"172.21.15.47:6807/117126066","heartbeat_front_addr":"172.21.15.47:6805/117126066","state":["exists","up"]},{"osd":2,"uuid":"ac5cb3b8-0f04-4cfb-a5d3-323f77994a70","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.149:6800","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6801","nonce":2832079768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6803","nonce":2832079768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6807","nonce":2832079768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6805","nonce":2832079768}]},"public_addr":"172.21.15.149:6801/2832079768","cluster_addr":"172.21.15.149:6803/2832079768","heartbeat_back_addr":"172.21.15.149:6807/2832079768","heartbeat_front_addr":"172.21.15.149:6805/2832079768","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-05-06T03:06:50.066733+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-05-06T03:07:46.034405+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-05-06T03:08:34.807624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/3352446139":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/2863501303":"2024-05-07T03:03:35.409612+0000","172.21.15.29:6800/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3668294278":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:0/3824572022":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3226871902":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6800/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/714933148":"2024-05-07T03:02:53.553631+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-05-06T03:08:56.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:56 smithi047 bash[22195]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:56 smithi047 bash[22195]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:56 smithi047 bash[22195]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:56.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:56 smithi047 bash[22195]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:56.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:56 smithi029 bash[21529]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:56 smithi029 bash[21529]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:56 smithi029 bash[21529]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:56.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:56 smithi029 bash[21529]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:56.900 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-06T03:08:37.651951+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-05-06T03:08:56.901 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-06T03:08:56.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:56 smithi149 bash[22386]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:56 smithi149 bash[22386]: cluster 2024-05-06T03:08:55.408887+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:56.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:56 smithi149 bash[22386]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:56.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:56 smithi149 bash[22386]: audit 2024-05-06T03:08:55.657781+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/368230975' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:08:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:58 smithi047 bash[22195]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:08:58 smithi047 bash[22195]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:58 smithi149 bash[22386]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:08:58 smithi149 bash[22386]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:58 smithi029 bash[21529]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:08:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:08:58 smithi029 bash[21529]: cluster 2024-05-06T03:08:57.409384+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:00 smithi047 bash[22195]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:00 smithi047 bash[22195]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:00 smithi149 bash[22386]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:00 smithi149 bash[22386]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:00 smithi029 bash[21529]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:00 smithi029 bash[21529]: cluster 2024-05-06T03:08:59.410058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:01.999 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:02.710 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:02 smithi047 bash[22195]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:02.710 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:02 smithi047 bash[22195]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:02.901 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:02 smithi149 bash[22386]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:02.901 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:02 smithi149 bash[22386]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:02.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:02 smithi029 bash[21529]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:02.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:02 smithi029 bash[21529]: cluster 2024-05-06T03:09:01.410616+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:03 smithi149 bash[22386]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:03 smithi029 bash[21529]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.912328+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.919016+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:02.925930+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.047898+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.056909+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: audit 2024-05-06T03:09:03.066208+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:04.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:03 smithi047 bash[22195]: cluster 2024-05-06T03:09:03.411143+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:05.693 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-05-06T03:09:06.534 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T03:09:06.534 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T03:09:06.535 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T03:09:06.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T03:09:06.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:06 smithi029 bash[21529]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:06 smithi029 bash[21529]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:06 smithi029 bash[21529]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:06.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:06 smithi029 bash[21529]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:06 smithi047 bash[22195]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:06 smithi047 bash[22195]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:06 smithi047 bash[22195]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:06.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:06 smithi047 bash[22195]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:06.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:06 smithi149 bash[22386]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:06 smithi149 bash[22386]: cluster 2024-05-06T03:09:05.411605+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:06.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:06 smithi149 bash[22386]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:06.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:06 smithi149 bash[22386]: audit 2024-05-06T03:09:05.719155+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/3958714677' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:09:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:08 smithi149 bash[22386]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:08 smithi029 bash[21529]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: cluster 2024-05-06T03:09:07.412096+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.737925+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.746773+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:09.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:08 smithi047 bash[22195]: audit 2024-05-06T03:09:07.757417+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:10.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:10 smithi149 bash[22386]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:10.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:10 smithi149 bash[22386]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:11.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:10 smithi047 bash[22195]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:11.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:10 smithi047 bash[22195]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:11.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:10 smithi029 bash[21529]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:11.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:10 smithi029 bash[21529]: cluster 2024-05-06T03:09:09.412760+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:11.258 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:13.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:12 smithi047 bash[22195]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:13.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:12 smithi047 bash[22195]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:13.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:12 smithi149 bash[22386]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:13.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:12 smithi149 bash[22386]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:13.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:12 smithi029 bash[21529]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:13.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:12 smithi029 bash[21529]: cluster 2024-05-06T03:09:11.413349+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.046 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:14 smithi029 bash[21529]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.047 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:14 smithi029 bash[21529]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:14 smithi047 bash[22195]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:14 smithi047 bash[22195]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:14 smithi149 bash[22386]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:14 smithi149 bash[22386]: cluster 2024-05-06T03:09:13.413880+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:15.508 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:09:15.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:15 smithi029 bash[21529]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:15.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:15 smithi029 bash[21529]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:16.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:15 smithi047 bash[22195]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:16.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:15 smithi047 bash[22195]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:16.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:15 smithi149 bash[22386]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:16.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:15 smithi149 bash[22386]: audit 2024-05-06T03:09:15.522401+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.29:0/4059526547' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:09:17.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:16 smithi047 bash[22195]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:16 smithi047 bash[22195]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:16 smithi149 bash[22386]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:16 smithi149 bash[22386]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:16 smithi029 bash[21529]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:16 smithi029 bash[21529]: cluster 2024-05-06T03:09:15.414269+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:17.289 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":1301914589},{"type":"v1","addr":"172.21.15.29:6801","nonce":1301914589}]},"active_addr":"172.21.15.29:6801/1301914589","active_change":"2024-05-06T03:03:35.409839+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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","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.2.1","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","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.2.1","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.29: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.29:0","nonce":1362265513}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":817561960}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3624800640}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":969703449}]}]} 2024-05-06T03:09:17.296 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T03:09:17.296 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T03:09:17.296 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:09:19.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:18 smithi047 bash[22195]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:19.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:18 smithi047 bash[22195]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:19.106 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:18 smithi029 bash[21529]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:19.107 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:18 smithi029 bash[21529]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:19.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:18 smithi149 bash[22386]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:19.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:18 smithi149 bash[22386]: cluster 2024-05-06T03:09:17.414766+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:20 smithi047 bash[22195]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:20 smithi047 bash[22195]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:20 smithi149 bash[22386]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:20 smithi149 bash[22386]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:20 smithi029 bash[21529]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:21.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:20 smithi029 bash[21529]: cluster 2024-05-06T03:09:19.415322+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:21 smithi047 bash[22195]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:21 smithi047 bash[22195]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.150 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:22.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:21 smithi149 bash[22386]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:21 smithi149 bash[22386]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:21 smithi029 bash[21529]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:22.171 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:21 smithi029 bash[21529]: cluster 2024-05-06T03:09:21.415832+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.311 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.312 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:24 smithi047 bash[22195]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.418 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.419 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:24 smithi149 bash[22386]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.114813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.125218+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.131898+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.230085+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.235743+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: audit 2024-05-06T03:09:23.241827+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:24.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:24.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:24 smithi029 bash[21529]: cluster 2024-05-06T03:09:23.416361+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:25.632 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:09:25.633 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"d7640bcc-0b54-11ef-bc97-c7b262605968","created":"2024-05-06T03:02:16.134932+0000","modified":"2024-05-06T03:08:40.260183+0000","last_up_change":"2024-05-06T03:08:37.246285+0000","last_in_change":"2024-05-06T03:08:11.457065+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-05-06T03:08:37.651951+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":"31922741-2227-48b6-ba6b-ba17c3fcbf47","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.29:6802","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6803","nonce":4109659066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6805","nonce":4109659066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6809","nonce":4109659066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6807","nonce":4109659066}]},"public_addr":"172.21.15.29:6803/4109659066","cluster_addr":"172.21.15.29:6805/4109659066","heartbeat_back_addr":"172.21.15.29:6809/4109659066","heartbeat_front_addr":"172.21.15.29:6807/4109659066","state":["exists","up"]},{"osd":1,"uuid":"d2c70a82-03e3-48a4-87e0-9fb99c5f94da","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.47:6800","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6801","nonce":117126066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6803","nonce":117126066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6807","nonce":117126066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6805","nonce":117126066}]},"public_addr":"172.21.15.47:6801/117126066","cluster_addr":"172.21.15.47:6803/117126066","heartbeat_back_addr":"172.21.15.47:6807/117126066","heartbeat_front_addr":"172.21.15.47:6805/117126066","state":["exists","up"]},{"osd":2,"uuid":"ac5cb3b8-0f04-4cfb-a5d3-323f77994a70","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.149:6800","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6801","nonce":2832079768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6803","nonce":2832079768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6807","nonce":2832079768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6805","nonce":2832079768}]},"public_addr":"172.21.15.149:6801/2832079768","cluster_addr":"172.21.15.149:6803/2832079768","heartbeat_back_addr":"172.21.15.149:6807/2832079768","heartbeat_front_addr":"172.21.15.149:6805/2832079768","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-05-06T03:06:50.066733+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-05-06T03:07:46.034405+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-05-06T03:08:34.807624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/3352446139":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/2863501303":"2024-05-07T03:03:35.409612+0000","172.21.15.29:6800/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3668294278":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:0/3824572022":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3226871902":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6800/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/714933148":"2024-05-07T03:02:53.553631+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-05-06T03:09:26.504 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T03:09:26.505 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:09:26.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:26 smithi029 bash[21529]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:26 smithi029 bash[21529]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:26 smithi029 bash[21529]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:26.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:26 smithi029 bash[21529]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:26.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:26 smithi047 bash[22195]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:26 smithi047 bash[22195]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:26 smithi047 bash[22195]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:26.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:26 smithi047 bash[22195]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:26.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:26 smithi149 bash[22386]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:26 smithi149 bash[22386]: cluster 2024-05-06T03:09:25.416853+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:26.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:26 smithi149 bash[22386]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:26.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:26 smithi149 bash[22386]: audit 2024-05-06T03:09:25.658208+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.29:0/2479144353' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:28 smithi029 bash[21529]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:28 smithi047 bash[22195]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: cluster 2024-05-06T03:09:27.417365+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.969700+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.978991+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:28.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:28 smithi149 bash[22386]: audit 2024-05-06T03:09:27.989206+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:30.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:30 smithi029 bash[21529]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:30.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:30 smithi029 bash[21529]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:30.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:30 smithi047 bash[22195]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:30.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:30 smithi047 bash[22195]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:30.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:30 smithi149 bash[22386]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:30.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:30 smithi149 bash[22386]: cluster 2024-05-06T03:09:29.417943+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:31.234 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:32.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:32 smithi029 bash[21529]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:32.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:32 smithi029 bash[21529]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:32.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:32 smithi047 bash[22195]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:32.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:32 smithi047 bash[22195]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:32.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:32 smithi149 bash[22386]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:32.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:32 smithi149 bash[22386]: cluster 2024-05-06T03:09:31.418475+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:34 smithi047 bash[22195]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:34 smithi047 bash[22195]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:34 smithi029 bash[21529]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:34 smithi029 bash[21529]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:34 smithi149 bash[22386]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:34.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:34 smithi149 bash[22386]: cluster 2024-05-06T03:09:33.419051+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:35.232 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:09:35.233 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"d7640bcc-0b54-11ef-bc97-c7b262605968","created":"2024-05-06T03:02:16.134932+0000","modified":"2024-05-06T03:08:40.260183+0000","last_up_change":"2024-05-06T03:08:37.246285+0000","last_in_change":"2024-05-06T03:08:11.457065+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-05-06T03:08:37.651951+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":"31922741-2227-48b6-ba6b-ba17c3fcbf47","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.29:6802","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6803","nonce":4109659066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6805","nonce":4109659066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6809","nonce":4109659066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":4109659066},{"type":"v1","addr":"172.21.15.29:6807","nonce":4109659066}]},"public_addr":"172.21.15.29:6803/4109659066","cluster_addr":"172.21.15.29:6805/4109659066","heartbeat_back_addr":"172.21.15.29:6809/4109659066","heartbeat_front_addr":"172.21.15.29:6807/4109659066","state":["exists","up"]},{"osd":1,"uuid":"d2c70a82-03e3-48a4-87e0-9fb99c5f94da","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.47:6800","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6801","nonce":117126066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6803","nonce":117126066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6807","nonce":117126066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":117126066},{"type":"v1","addr":"172.21.15.47:6805","nonce":117126066}]},"public_addr":"172.21.15.47:6801/117126066","cluster_addr":"172.21.15.47:6803/117126066","heartbeat_back_addr":"172.21.15.47:6807/117126066","heartbeat_front_addr":"172.21.15.47:6805/117126066","state":["exists","up"]},{"osd":2,"uuid":"ac5cb3b8-0f04-4cfb-a5d3-323f77994a70","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.149:6800","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6801","nonce":2832079768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6803","nonce":2832079768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6807","nonce":2832079768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2832079768},{"type":"v1","addr":"172.21.15.149:6805","nonce":2832079768}]},"public_addr":"172.21.15.149:6801/2832079768","cluster_addr":"172.21.15.149:6803/2832079768","heartbeat_back_addr":"172.21.15.149:6807/2832079768","heartbeat_front_addr":"172.21.15.149:6805/2832079768","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-05-06T03:06:50.066733+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-05-06T03:07:46.034405+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-05-06T03:08:34.807624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/3352446139":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/2863501303":"2024-05-07T03:03:35.409612+0000","172.21.15.29:6800/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3668294278":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6801/1424753445":"2024-05-07T03:02:53.553631+0000","172.21.15.29:0/3824572022":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/3226871902":"2024-05-07T03:02:53.553631+0000","172.21.15.29:6800/1700068235":"2024-05-07T03:03:35.409612+0000","172.21.15.29:0/714933148":"2024-05-07T03:02:53.553631+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-05-06T03:09:35.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:35 smithi029 bash[21529]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:35.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:35 smithi029 bash[21529]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:35.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:35 smithi047 bash[22195]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:35.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:35 smithi047 bash[22195]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:35.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:35 smithi149 bash[22386]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:35.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:35 smithi149 bash[22386]: audit 2024-05-06T03:09:35.259358+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.29:0/1723712242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:09:36.442 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T03:09:36.443 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T03:09:36.443 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-06T03:09:36.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:36 smithi029 bash[21529]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:36.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:36 smithi029 bash[21529]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:36.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:36 smithi047 bash[22195]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:36.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:36 smithi047 bash[22195]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:36.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:36 smithi149 bash[22386]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:36.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:36 smithi149 bash[22386]: cluster 2024-05-06T03:09:35.419618+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:38 smithi029 bash[21529]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:38 smithi029 bash[21529]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:38 smithi047 bash[22195]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:38 smithi047 bash[22195]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:38 smithi149 bash[22386]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:38.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:38 smithi149 bash[22386]: cluster 2024-05-06T03:09:37.420205+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:40 smithi029 bash[21529]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:40 smithi029 bash[21529]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:40 smithi047 bash[22195]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:40 smithi047 bash[22195]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:40 smithi149 bash[22386]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:40.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:40 smithi149 bash[22386]: cluster 2024-05-06T03:09:39.420791+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:41.752 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:41.752 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:41.752 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:42.806 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:42 smithi047 bash[22195]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:42.806 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:42 smithi047 bash[22195]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:42.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:42 smithi149 bash[22386]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:42.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:42 smithi149 bash[22386]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:42.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:42 smithi029 bash[21529]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:42.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:42 smithi029 bash[21529]: cluster 2024-05-06T03:09:41.421335+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.560 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.562 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:44 smithi047 bash[22195]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.668 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.668 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.668 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.669 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.670 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:44 smithi149 bash[22386]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.879 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.311961+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.317838+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.324852+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.382892+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.387706+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.393124+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: cluster 2024-05-06T03:09:43.421874+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.520056+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.526014+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.527713+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:44.881 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:44 smithi029 bash[21529]: audit 2024-05-06T03:09:43.538274+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:46.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:46 smithi029 bash[21529]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:46.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:46 smithi029 bash[21529]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:46.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:46 smithi047 bash[22195]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:46.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:46 smithi047 bash[22195]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:46.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:46 smithi149 bash[22386]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:46.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:46 smithi149 bash[22386]: cluster 2024-05-06T03:09:45.422411+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:48 smithi029 bash[21529]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:48 smithi047 bash[22195]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: cluster 2024-05-06T03:09:47.422934+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.181008+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.186898+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:48.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:48 smithi149 bash[22386]: audit 2024-05-06T03:09:48.194886+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:09:49.717 INFO:teuthology.orchestra.run.smithi029.stdout:34359738407 2024-05-06T03:09:49.717 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T03:09:50.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:50 smithi149 bash[22386]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:50.648 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:50 smithi149 bash[22386]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:50.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:50 smithi029 bash[21529]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:50.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:50 smithi029 bash[21529]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:50.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:50 smithi047 bash[22195]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:50.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:50 smithi047 bash[22195]: cluster 2024-05-06T03:09:49.423350+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:51.043 INFO:teuthology.orchestra.run.smithi029.stdout:77309411346 2024-05-06T03:09:51.044 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-06T03:09:51.133 INFO:teuthology.orchestra.run.smithi029.stdout:55834574875 2024-05-06T03:09:51.133 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T03:09:52.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:52 smithi047 bash[22195]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:52.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:52 smithi047 bash[22195]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:52.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:52 smithi149 bash[22386]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:52 smithi149 bash[22386]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:52.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:52 smithi029 bash[21529]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:52.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:52 smithi029 bash[21529]: cluster 2024-05-06T03:09:51.423919+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.430 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:54.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:54 smithi029 bash[21529]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:54 smithi029 bash[21529]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:54 smithi047 bash[22195]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:54 smithi047 bash[22195]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:54 smithi149 bash[22386]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:54 smithi149 bash[22386]: cluster 2024-05-06T03:09:53.424419+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:55.439 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:55.439 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:09:56.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:56 smithi047 bash[22195]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:56.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:56 smithi047 bash[22195]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:56.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:56 smithi149 bash[22386]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:56.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:56 smithi149 bash[22386]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:56 smithi029 bash[21529]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:56 smithi029 bash[21529]: cluster 2024-05-06T03:09:55.425003+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:58 smithi047 bash[22195]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:09:58 smithi047 bash[22195]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.896 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:58 smithi029 bash[21529]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:09:58 smithi029 bash[21529]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:58 smithi149 bash[22386]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:09:58.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:09:58 smithi149 bash[22386]: cluster 2024-05-06T03:09:57.425552+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.655 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:00 smithi029 bash[21529]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.655 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:00 smithi029 bash[21529]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.655 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:00 smithi029 bash[21529]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:00.655 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:00 smithi029 bash[21529]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:00.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:00 smithi047 bash[22195]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:00 smithi047 bash[22195]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:00 smithi047 bash[22195]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:00.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:00 smithi047 bash[22195]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:00.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:00 smithi149 bash[22386]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:00 smithi149 bash[22386]: cluster 2024-05-06T03:09:59.426107+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:00.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:00 smithi149 bash[22386]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:00.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:00 smithi149 bash[22386]: cluster 2024-05-06T03:10:00.000160+0000 mon.a (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-05-06T03:10:02.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:02 smithi047 bash[22195]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:02.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:02 smithi047 bash[22195]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:02.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:02 smithi149 bash[22386]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:02.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:02 smithi149 bash[22386]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:02.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:02 smithi029 bash[21529]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:02.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:02 smithi029 bash[21529]: cluster 2024-05-06T03:10:01.426489+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.111 INFO:teuthology.orchestra.run.smithi029.stdout:34359738410 2024-05-06T03:10:04.288 INFO:teuthology.orchestra.run.smithi029.stdout:55834574877 2024-05-06T03:10:04.488 INFO:teuthology.orchestra.run.smithi029.stdout:77309411349 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.640 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:04.641 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:04 smithi047 bash[22195]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:04.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:04.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:04 smithi029 bash[21529]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: cluster 2024-05-06T03:10:03.426973+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.523863+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.529999+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.537012+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.567712+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.572962+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:03.578948+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.137821+0000 mon.a (mon.0) 699 : audit [DBG] from='client.? 172.21.15.29:0/1172738812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.315691+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.29:0/3958980162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:04.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:04 smithi149 bash[22386]: audit 2024-05-06T03:10:04.514919+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.29:0/2954673995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:10:05.964 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738407 got 34359738410 for osd.0 2024-05-06T03:10:05.964 DEBUG:teuthology.parallel:result is None 2024-05-06T03:10:06.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-05-06T03:10:06.297 DEBUG:teuthology.parallel:result is None 2024-05-06T03:10:06.377 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411346 got 77309411349 for osd.2 2024-05-06T03:10:06.377 DEBUG:teuthology.parallel:result is None 2024-05-06T03:10:06.377 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T03:10:06.377 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T03:10:06.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:06 smithi029 bash[21529]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:06.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:06 smithi029 bash[21529]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:06.770 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:06 smithi047 bash[22195]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:06.771 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:06 smithi047 bash[22195]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:06.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:06 smithi149 bash[22386]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:06.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:06 smithi149 bash[22386]: cluster 2024-05-06T03:10:05.427543+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:08 smithi047 bash[22195]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:08 smithi149 bash[22386]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: cluster 2024-05-06T03:10:07.428149+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.408258+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.417949+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:08.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:08 smithi029 bash[21529]: audit 2024-05-06T03:10:08.429010+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:10.768 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:10 smithi149 bash[22386]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:10.768 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:10 smithi149 bash[22386]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:10.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:10 smithi047 bash[22195]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:10.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:10 smithi047 bash[22195]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:10.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:10 smithi029 bash[21529]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:10.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:10 smithi029 bash[21529]: cluster 2024-05-06T03:10:09.428721+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:11.106 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:10:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:12 smithi047 bash[22195]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:12 smithi047 bash[22195]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:12.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:12 smithi149 bash[22386]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:12.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:12 smithi149 bash[22386]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:12 smithi029 bash[21529]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:12 smithi029 bash[21529]: cluster 2024-05-06T03:10:11.429325+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.454 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:10:14.457 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-05-06T03:10:14.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:14 smithi047 bash[22195]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:14 smithi047 bash[22195]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:14 smithi149 bash[22386]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:14 smithi149 bash[22386]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:14 smithi029 bash[21529]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:14.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:14 smithi029 bash[21529]: cluster 2024-05-06T03:10:13.429927+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:15.210 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-05-06T03:10:13.429666+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":92272,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143184,"statfs":{"total":287985106944,"available":287890620416,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003330"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-06T03:08:40.265546+0000","last_change":"2024-05-06T03:08:39.267274+0000","last_active":"2024-05-06T03:08:40.265546+0000","last_peered":"2024-05-06T03:08:40.265546+0000","last_clean":"2024-05-06T03:08:40.265546+0000","last_became_active":"2024-05-06T03:08:39.266433+0000","last_became_peered":"2024-05-06T03:08:39.266433+0000","last_unstale":"2024-05-06T03:08:40.265546+0000","last_undegraded":"2024-05-06T03:08:40.265546+0000","last_fullsized":"2024-05-06T03:08:40.265546+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-05-06T03:08:38.249559+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T03:08:38.249559+0000","last_clean_scrub_stamp":"2024-05-06T03:08:38.249559+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-07T07:55:58.104398+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"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":34359738412,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32124,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713028,"statfs":{"total":95995035648,"available":95962140672,"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":[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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"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-05-06T03:10:15.211 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T03:10:15.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:15 smithi047 bash[22195]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:15.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:15 smithi047 bash[22195]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:15.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:15 smithi149 bash[22386]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:15.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:15 smithi149 bash[22386]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:15.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:15 smithi029 bash[21529]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:15.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:15 smithi029 bash[21529]: audit 2024-05-06T03:10:14.480034+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:16.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:16 smithi029 bash[21529]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:16.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:16 smithi029 bash[21529]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:16.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:16 smithi047 bash[22195]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:16.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:16 smithi047 bash[22195]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:16 smithi149 bash[22386]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:16 smithi149 bash[22386]: cluster 2024-05-06T03:10:15.430324+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:18 smithi029 bash[21529]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:18 smithi029 bash[21529]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:18 smithi047 bash[22195]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:18 smithi047 bash[22195]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:18 smithi149 bash[22386]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:18.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:18 smithi149 bash[22386]: cluster 2024-05-06T03:10:17.430704+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:20.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:20 smithi149 bash[22386]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:20.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:20 smithi149 bash[22386]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:20.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:20 smithi029 bash[21529]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:20.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:20 smithi029 bash[21529]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:21.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:20 smithi047 bash[22195]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:21.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:20 smithi047 bash[22195]: cluster 2024-05-06T03:10:19.431192+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:21.241 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:10:22.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:22 smithi149 bash[22386]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:22.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:22 smithi149 bash[22386]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:22.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:22 smithi029 bash[21529]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:22.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:22 smithi029 bash[21529]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:23.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:22 smithi047 bash[22195]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:23.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:22 smithi047 bash[22195]: cluster 2024-05-06T03:10:21.431769+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:24.715 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:10:24.717 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-05-06T03:10:24.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:24.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:24.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:24.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:24 smithi029 bash[21529]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:24 smithi047 bash[22195]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: cluster 2024-05-06T03:10:23.432313+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.732337+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.738732+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.744942+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.772100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.776827+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:24 smithi149 bash[22386]: audit 2024-05-06T03:10:23.782225+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:25.667 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2024-05-06T03:10:23.432043+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":92272,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143184,"statfs":{"total":287985106944,"available":287890620416,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003057"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-06T03:08:40.265546+0000","last_change":"2024-05-06T03:08:39.267274+0000","last_active":"2024-05-06T03:08:40.265546+0000","last_peered":"2024-05-06T03:08:40.265546+0000","last_clean":"2024-05-06T03:08:40.265546+0000","last_became_active":"2024-05-06T03:08:39.266433+0000","last_became_peered":"2024-05-06T03:08:39.266433+0000","last_unstale":"2024-05-06T03:08:40.265546+0000","last_undegraded":"2024-05-06T03:08:40.265546+0000","last_fullsized":"2024-05-06T03:08:40.265546+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-05-06T03:08:38.249559+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T03:08:38.249559+0000","last_clean_scrub_stamp":"2024-05-06T03:08:38.249559+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-07T07:55:58.104398+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411353,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"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":34359738414,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32124,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713028,"statfs":{"total":95995035648,"available":95962140672,"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":[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":55834574881,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"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-05-06T03:10:25.668 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T03:10:25.668 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T03:10:25.668 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T03:10:25.668 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T03:10:25.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:25 smithi047 bash[22195]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:25.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:25 smithi047 bash[22195]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:25.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:25 smithi029 bash[21529]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:25.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:25 smithi029 bash[21529]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:26.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:25 smithi149 bash[22386]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:26.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:25 smithi149 bash[22386]: audit 2024-05-06T03:10:24.740955+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:10:27.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:26 smithi047 bash[22195]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:27.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:26 smithi047 bash[22195]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:27.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:26 smithi149 bash[22386]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:27.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:26 smithi149 bash[22386]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:27.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:26 smithi029 bash[21529]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:27.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:26 smithi029 bash[21529]: cluster 2024-05-06T03:10:25.432872+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:28 smithi047 bash[22195]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:28 smithi149 bash[22386]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: cluster 2024-05-06T03:10:27.433418+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.619642+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.628921+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:29.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:28 smithi029 bash[21529]: audit 2024-05-06T03:10:28.639737+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:30.390 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:10:31.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:30 smithi047 bash[22195]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:31.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:30 smithi047 bash[22195]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:31.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:30 smithi149 bash[22386]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:31.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:30 smithi149 bash[22386]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:31.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:30 smithi029 bash[21529]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:31.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:30 smithi029 bash[21529]: cluster 2024-05-06T03:10:29.433996+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:32 smithi047 bash[22195]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:32 smithi047 bash[22195]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:32 smithi149 bash[22386]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:32 smithi149 bash[22386]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:32 smithi029 bash[21529]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:32 smithi029 bash[21529]: cluster 2024-05-06T03:10:31.434530+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:33.767 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-05-06T03:10:33.767 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T03:10:34.586 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T03:10:34.587 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T03:10:34.587 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-06T03:10:34.600 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-05-06T03:10:34.600 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-05-06T03:10:34.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:34 smithi029 bash[21529]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:34.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:34 smithi029 bash[21529]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:34.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:34 smithi029 bash[21529]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:34.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:34 smithi029 bash[21529]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:35.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:34 smithi047 bash[22195]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:35.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:34 smithi047 bash[22195]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:35.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:34 smithi047 bash[22195]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:35.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:34 smithi047 bash[22195]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:35.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:34 smithi149 bash[22386]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:35.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:34 smithi149 bash[22386]: cluster 2024-05-06T03:10:33.434919+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:35.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:34 smithi149 bash[22386]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:35.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:34 smithi149 bash[22386]: audit 2024-05-06T03:10:33.794866+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.29:0/1604251253' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:10:37.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:36 smithi029 bash[21529]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:37.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:36 smithi029 bash[21529]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:37.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:36 smithi047 bash[22195]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:37.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:36 smithi047 bash[22195]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:37.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:36 smithi149 bash[22386]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:37.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:36 smithi149 bash[22386]: cluster 2024-05-06T03:10:35.435471+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:38 smithi047 bash[22195]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:38 smithi047 bash[22195]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:38 smithi149 bash[22386]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:38 smithi149 bash[22386]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.172 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:38 smithi029 bash[21529]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:39.172 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:38 smithi029 bash[21529]: cluster 2024-05-06T03:10:37.435998+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:40.144 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:10:41.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:40 smithi047 bash[22195]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:41.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:40 smithi047 bash[22195]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:41.076 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:40 smithi029 bash[21529]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:41.076 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:40 smithi029 bash[21529]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:41.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:40 smithi149 bash[22386]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:41.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:40 smithi149 bash[22386]: cluster 2024-05-06T03:10:39.436568+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:42 smithi047 bash[22195]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:42 smithi047 bash[22195]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:42 smithi149 bash[22386]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:42 smithi149 bash[22386]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:42 smithi029 bash[21529]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:42 smithi029 bash[21529]: cluster 2024-05-06T03:10:41.437172+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:43.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:43.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:43 smithi149 bash[22386]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21785]: ignoring --setuser ceph since I am not root 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21785]: ignoring --setgroup ceph since I am not root 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:44 smithi029 bash[21785]: debug 2024-05-06T03:10:44.003+0000 7f3374cbe200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:44.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:44.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:44.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:44.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:44.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:43 smithi029 bash[21529]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:44.059 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[23311]: ignoring --setuser ceph since I am not root 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[23311]: ignoring --setgroup ceph since I am not root 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[23311]: debug 2024-05-06T03:10:43.846+0000 7f6de814e700 1 -- 172.21.15.47:0/1808752159 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55fb87f7a5a0 con 0x55fb88cfac00 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:44 smithi047 bash[23311]: debug 2024-05-06T03:10:43.998+0000 7f6df1f43200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.440235+0000 mon.a (mon.0) 715 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.648368+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.653845+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.655525+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:44.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:43 smithi047 bash[22195]: audit 2024-05-06T03:10:43.665239+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.29:0/279493169' entity='mgr.a' 2024-05-06T03:10:44.762 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-05-06T03:10:44.789 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-05-06T03:10:44.789 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-05-06T03:10:45.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:44 smithi047 bash[22195]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:44 smithi047 bash[22195]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:44 smithi047 bash[22195]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:44 smithi047 bash[22195]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:44 smithi149 bash[22386]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:44 smithi149 bash[22386]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:44 smithi149 bash[22386]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:44 smithi149 bash[22386]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:44 smithi029 bash[21529]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:44 smithi029 bash[21529]: audit 2024-05-06T03:10:43.784560+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.29:0/930524331' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-06T03:10:45.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:44 smithi029 bash[21529]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:44 smithi029 bash[21529]: cluster 2024-05-06T03:10:43.793728+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-05-06T03:10:45.958 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:45 smithi029 bash[21785]: debug 2024-05-06T03:10:45.639+0000 7f3374cbe200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:10:45.959 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:45 smithi029 bash[21785]: debug 2024-05-06T03:10:45.743+0000 7f3374cbe200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:10:45.975 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:45 smithi047 bash[23311]: debug 2024-05-06T03:10:45.646+0000 7f6df1f43200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:10:45.975 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:45 smithi047 bash[23311]: debug 2024-05-06T03:10:45.762+0000 7f6df1f43200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:10:46.309 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:46 smithi047 bash[23311]: debug 2024-05-06T03:10:46.022+0000 7f6df1f43200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:10:46.458 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:46 smithi029 bash[21785]: debug 2024-05-06T03:10:45.999+0000 7f3374cbe200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:10:47.208 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:46 smithi029 bash[21785]: debug 2024-05-06T03:10:46.835+0000 7f3374cbe200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:10:47.209 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:46 smithi029 bash[21785]: debug 2024-05-06T03:10:46.951+0000 7f3374cbe200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:10:47.209 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:47 smithi029 bash[21785]: debug 2024-05-06T03:10:47.063+0000 7f3374cbe200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:10:47.255 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:46 smithi047 bash[23311]: debug 2024-05-06T03:10:46.862+0000 7f6df1f43200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:10:47.255 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:46 smithi047 bash[23311]: debug 2024-05-06T03:10:46.978+0000 7f6df1f43200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:10:47.255 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:47 smithi047 bash[23311]: debug 2024-05-06T03:10:47.089+0000 7f6df1f43200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:10:47.559 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:47 smithi047 bash[23311]: debug 2024-05-06T03:10:47.465+0000 7f6df1f43200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:10:47.708 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:47 smithi029 bash[21785]: debug 2024-05-06T03:10:47.431+0000 7f3374cbe200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:10:47.709 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:47 smithi029 bash[21785]: debug 2024-05-06T03:10:47.551+0000 7f3374cbe200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:10:47.709 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:47 smithi029 bash[21785]: debug 2024-05-06T03:10:47.663+0000 7f3374cbe200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:10:48.019 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:47 smithi047 bash[23311]: debug 2024-05-06T03:10:47.589+0000 7f6df1f43200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:10:48.019 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:47 smithi047 bash[23311]: debug 2024-05-06T03:10:47.697+0000 7f6df1f43200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:10:48.309 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:48 smithi047 bash[23311]: debug 2024-05-06T03:10:48.093+0000 7f6df1f43200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:10:48.458 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:48 smithi029 bash[21785]: debug 2024-05-06T03:10:48.043+0000 7f3374cbe200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:10:48.459 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:48 smithi029 bash[21785]: debug 2024-05-06T03:10:48.291+0000 7f3374cbe200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:10:48.596 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:48 smithi047 bash[23311]: debug 2024-05-06T03:10:48.345+0000 7f6df1f43200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:10:48.954 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:48 smithi029 bash[21785]: debug 2024-05-06T03:10:48.567+0000 7f3374cbe200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:10:48.954 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:48 smithi029 bash[21785]: debug 2024-05-06T03:10:48.687+0000 7f3374cbe200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:10:49.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:48 smithi047 bash[23311]: debug 2024-05-06T03:10:48.617+0000 7f6df1f43200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:10:49.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:48 smithi047 bash[23311]: debug 2024-05-06T03:10:48.737+0000 7f6df1f43200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:10:49.003 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:49 smithi047 bash[23311]: debug 2024-05-06T03:10:49.025+0000 7f6df1f43200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:10:49.208 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:48 smithi029 bash[21785]: debug 2024-05-06T03:10:48.975+0000 7f3374cbe200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:10:49.519 INFO:teuthology.orchestra.run.smithi029.stdout:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:10:49.637 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:49 smithi029 bash[21785]: debug 2024-05-06T03:10:49.403+0000 7f3374cbe200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:10:49.682 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:49 smithi047 bash[23311]: debug 2024-05-06T03:10:49.449+0000 7f6df1f43200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:10:49.961 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:49 smithi029 bash[21785]: debug 2024-05-06T03:10:49.659+0000 7f3374cbe200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:10:49.962 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:49 smithi029 bash[21785]: debug 2024-05-06T03:10:49.787+0000 7f3374cbe200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:10:50.059 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:49 smithi047 bash[23311]: debug 2024-05-06T03:10:49.705+0000 7f6df1f43200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:10:50.059 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:49 smithi047 bash[23311]: debug 2024-05-06T03:10:49.829+0000 7f6df1f43200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:10:50.459 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:50 smithi029 bash[21785]: debug 2024-05-06T03:10:50.051+0000 7f3374cbe200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:10:50.559 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:50 smithi047 bash[23311]: debug 2024-05-06T03:10:50.093+0000 7f6df1f43200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:10:51.458 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:51 smithi029 bash[21785]: debug 2024-05-06T03:10:51.111+0000 7f3374cbe200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:10:51.459 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:51 smithi029 bash[21785]: debug 2024-05-06T03:10:51.235+0000 7f3374cbe200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:10:51.551 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:51 smithi047 bash[23311]: debug 2024-05-06T03:10:51.145+0000 7f6df1f43200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:10:51.551 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:51 smithi047 bash[23311]: debug 2024-05-06T03:10:51.265+0000 7f6df1f43200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:10:51.809 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:51 smithi047 bash[23311]: debug 2024-05-06T03:10:51.573+0000 7f6df1f43200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:10:51.810 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:51 smithi047 bash[23311]: debug 2024-05-06T03:10:51.693+0000 7f6df1f43200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:10:51.837 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:51 smithi029 bash[21785]: debug 2024-05-06T03:10:51.547+0000 7f3374cbe200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:10:51.837 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:51 smithi029 bash[21785]: debug 2024-05-06T03:10:51.671+0000 7f3374cbe200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:10:52.210 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:51 smithi029 bash[21785]: debug 2024-05-06T03:10:51.971+0000 7f3374cbe200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:10:52.309 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:51 smithi047 bash[23311]: debug 2024-05-06T03:10:51.993+0000 7f6df1f43200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:10:52.708 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21785]: debug 2024-05-06T03:10:52.447+0000 7f3374cbe200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:10:52.708 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21785]: debug 2024-05-06T03:10:52.579+0000 7f3374cbe200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:10:52.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.710 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.711 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.712 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:52.713 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:52 smithi029 bash[21529]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:52.748 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[23311]: debug 2024-05-06T03:10:52.469+0000 7f6df1f43200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:10:52.748 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[23311]: debug 2024-05-06T03:10:52.597+0000 7f6df1f43200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.749 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.750 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.751 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:52.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:52 smithi047 bash[22195]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.586364+0000 mon.a (mon.0) 722 : cluster [INF] Active manager daemon a restarted 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.586797+0000 mon.a (mon.0) 723 : cluster [INF] Activating manager daemon a 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.594698+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.595310+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0087248s), standbys: b 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.597485+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.597752+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.598020+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.599420+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.599725+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600053+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600414+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.600765+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601168+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601492+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.601962+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.623474+0000 mon.a (mon.0) 737 : cluster [DBG] Standby manager daemon b restarted 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.623664+0000 mon.a (mon.0) 738 : cluster [DBG] Standby manager daemon b started 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.625693+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.628946+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: cluster 2024-05-06T03:10:52.629401+0000 mon.a (mon.0) 739 : cluster [INF] Manager daemon a is now available 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.630336+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:52.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:52 smithi149 bash[22386]: audit 2024-05-06T03:10:52.630871+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2826311276' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:10:53.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:53.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:53.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:53 smithi149 bash[22386]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:53.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:53.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:53 smithi029 bash[21529]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:54.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.661787+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.669257+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.674609+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.675060+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.678929+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.680806+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.688066+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.691357+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.696230+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.700518+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.702073+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: audit 2024-05-06T03:10:52.702451+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.706041+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-05-06T03:10:54.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:54.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.707033+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-05-06T03:10:54.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:54.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cephadm 2024-05-06T03:10:52.708500+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-05-06T03:10:54.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:54.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:53 smithi047 bash[22195]: cluster 2024-05-06T03:10:53.599656+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e18: a(active, since 1.01307s), standbys: b 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:54.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.920 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:54.921 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:54 smithi149 bash[22386]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:54.941 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:54 smithi029 bash[21529]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:55.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:55.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.417389+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTING 2024-05-06T03:10:55.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:55.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.523045+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on http://172.21.15.29:8765 2024-05-06T03:10:55.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.573600+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:53.600588+0000 mgr.a (mgr.14391) 7 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.601760+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cluster 2024-05-06T03:10:53.604524+0000 mgr.a (mgr.14391) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.614005+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.647194+0000 mgr.a (mgr.14391) 11 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Serving on https://172.21.15.29:7151 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.647464+0000 mgr.a (mgr.14391) 12 : cephadm [INF] [06/May/2024:03:10:53] ENGINE Bus STARTED 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.796649+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.826942+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: cephadm 2024-05-06T03:10:53.830120+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.185538+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.195129+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.264669+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.269021+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.465304+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.473844+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.483234+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.492439+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:55.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:54 smithi047 bash[22195]: audit 2024-05-06T03:10:54.595448+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:55.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:55.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:55 smithi149 bash[22386]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:55.950 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.950 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.950 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:55.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:55.952 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:55.952 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:55 smithi029 bash[21529]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.011302+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.044914+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cephadm 2024-05-06T03:10:54.242956+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Updating smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:54.600660+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:56.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:54.677017+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: audit 2024-05-06T03:10:54.679092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: audit 2024-05-06T03:10:55.152435+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:56.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:55 smithi047 bash[22195]: cluster 2024-05-06T03:10:55.619733+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-05-06T03:10:56.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:56.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:56 smithi029 bash[21529]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:56 smithi047 bash[22195]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:57.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.676052+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.29:0/3068348110' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-06T03:10:57.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: cluster 2024-05-06T03:10:55.682565+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.812725+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:55.893651+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:56 smithi149 bash[22386]: audit 2024-05-06T03:10:56.098271+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:57.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:57 smithi047 bash[22195]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:57.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:57.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:57 smithi029 bash[21529]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.601118+0000 mgr.a (mgr.14391) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.690104+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: cluster 2024-05-06T03:10:56.909045+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.965067+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.968172+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:56.968441+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.202671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.333158+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:57 smithi149 bash[22386]: audit 2024-05-06T03:10:57.483120+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:58 smithi047 bash[22195]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:58 smithi149 bash[22386]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: cluster 2024-05-06T03:10:57.709112+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:57.711122+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.102936+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.103826+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:10:58.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.110235+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.209461+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.343621+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.473375+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:58.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:58 smithi029 bash[21529]: audit 2024-05-06T03:10:58.701377+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:10:59.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:10:59 smithi149 bash[22386]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:10:59.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:10:59.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:10:59.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:10:59 smithi029 bash[21529]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:00.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cephadm 2024-05-06T03:10:58.110872+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:00.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:11:00.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:58.601599+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-06T03:11:00.004 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:58.707758+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:58.710600+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:58.833078+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.265539+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.386890+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.429849+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:11:00.005 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: cluster 2024-05-06T03:10:59.470647+0000 mon.a (mon.0) 794 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:11:00.006 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.006 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:10:59 smithi047 bash[22195]: audit 2024-05-06T03:10:59.566839+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:00.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:00 smithi029 bash[21529]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:01.002 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:01.002 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:01.002 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.003 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.004 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.004 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.004 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:01.004 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:00 smithi149 bash[22386]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:01.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: cluster 2024-05-06T03:10:59.722779+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:10:59.727228+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:10:59.909968+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.168582+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.338780+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.346554+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.355700+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.016 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.502265+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.509661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.518997+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:01.017 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:00 smithi047 bash[22195]: audit 2024-05-06T03:11:00.721906+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-06T03:11:01.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:01.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:01.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:01.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:01.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:01.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:01 smithi149 bash[22386]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:02.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:01 smithi029 bash[21529]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: cluster 2024-05-06T03:11:00.602185+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: cluster 2024-05-06T03:11:00.729245+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:02.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:01 smithi047 bash[22195]: audit 2024-05-06T03:11:01.029011+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.015 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.015 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.015 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.015 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.015 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.016 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:02 smithi149 bash[22386]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:02 smithi047 bash[22195]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: cluster 2024-05-06T03:11:01.748061+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:01.750134+0000 mon.a (mon.0) 810 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:01.803824+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.037463+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.045633+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.054598+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.252438+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:03.188 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:02 smithi029 bash[21529]: audit 2024-05-06T03:11:02.352689+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:03 smithi047 bash[22195]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:03 smithi149 bash[22386]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: cluster 2024-05-06T03:11:02.602608+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 50 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:02.746152+0000 mon.a (mon.0) 817 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: cluster 2024-05-06T03:11:02.749301+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:02.754404+0000 mon.a (mon.0) 819 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:03.062465+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:03 smithi029 bash[21529]: audit 2024-05-06T03:11:03.748812+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.29:0/2549017043' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-06T03:11:04.500 INFO:teuthology.orchestra.run.smithi029.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-05-06T03:11:04.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:04.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:04.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:04 smithi029 bash[21529]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:04 smithi047 bash[22195]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: cluster 2024-05-06T03:11:03.754846+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.322353+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.327147+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.332636+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.527503+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:05.063 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.557730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.560443+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.561145+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.064 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:04 smithi149 bash[22386]: audit 2024-05-06T03:11:04.566051+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:05.411 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-06T03:11:05.420 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 -- bash -c 'set -e 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> set -x 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> TOKENS=$(ceph rgw realm tokens) 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-05-06T03:11:05.420 DEBUG:teuthology.orchestra.run.smithi029:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-05-06T03:11:05.421 DEBUG:teuthology.orchestra.run.smithi029:> ' 2024-05-06T03:11:06.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.061 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.062 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.063 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.064 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:05 smithi047 bash[22195]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.169 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.170 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.171 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:05 smithi149 bash[22386]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cephadm 2024-05-06T03:11:04.523771+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:06.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cephadm 2024-05-06T03:11:04.566525+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:06.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:04.602966+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.068979+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.077828+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.083678+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.088886+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.089724+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.091465+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:06.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.099716+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.107674+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.110025+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi047.elkkky", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.120782+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.124110+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.490677+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.498694+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: audit 2024-05-06T03:11:05.509246+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:05.564139+0000 mon.a (mon.0) 845 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.212 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:05 smithi029 bash[21529]: cluster 2024-05-06T03:11:05.564201+0000 mon.a (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-05-06T03:11:06.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:06.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:06 smithi047 bash[22195]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:07.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:07.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.168 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:06 smithi149 bash[22386]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: cephadm 2024-05-06T03:11:05.126328+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi047.elkkky on smithi047 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.964475+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.973722+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:06 smithi029 bash[21529]: audit 2024-05-06T03:11:05.984825+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:07.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:07.649 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:07.649 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:08.059 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:08.059 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:08.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:07 smithi047 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:08.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:07 smithi047 bash[22195]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:07 smithi047 bash[22195]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:07 smithi149 bash[22386]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.167 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:07 smithi149 bash[22386]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:07 smithi029 bash[21529]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:07 smithi029 bash[21529]: cluster 2024-05-06T03:11:06.603611+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 174 B/s rd, 348 B/s wr, 1 op/s 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:08.885 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:08.886 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:08 smithi047 bash[22195]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:09.071 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:09.072 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:08 smithi149 bash[22386]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.823412+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.832506+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.854330+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.856054+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.858911+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi149.vofwoj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.869605+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:09.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:09.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:08 smithi029 bash[21529]: audit 2024-05-06T03:11:07.873238+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:10.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:09 smithi047 bash[22195]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:09 smithi047 bash[22195]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:09 smithi047 bash[22195]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:09 smithi047 bash[22195]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.082 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:09 smithi149 bash[22386]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.082 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:09 smithi149 bash[22386]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.082 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:09 smithi149 bash[22386]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.082 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:09 smithi149 bash[22386]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.150 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:11:10.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:09 smithi029 bash[21529]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:09 smithi029 bash[21529]: cephadm 2024-05-06T03:11:07.875401+0000 mgr.a (mgr.14391) 30 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi149.vofwoj on smithi149 2024-05-06T03:11:10.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:09 smithi029 bash[21529]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.170 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:09 smithi029 bash[21529]: cluster 2024-05-06T03:11:08.604867+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-05-06T03:11:10.333 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:10 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:10.334 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:10 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:10.667 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:10 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:10.667 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:10 smithi149 systemd[1]: /etc/systemd/system/ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T03:11:11.797 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.798 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.799 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:11.800 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:11 smithi029 bash[21529]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:11.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:11.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:11 smithi047 bash[22195]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.513115+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.521930+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.551907+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.553601+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:10.556023+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzlDMkdSUklVR1I1MFBKWFhQT1EiLAogICAgInNlY3JldCI6ICIzRURNa0JwdHVsR0RKWkNOMENnalVwU0R5ajQ2U05pbDZpSWZNQzFyIgp9", "zone_endpoints": ["http://smithi047:5500", "http://smithi149:5500"]}]: dispatch 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: cluster 2024-05-06T03:11:10.606701+0000 mgr.a (mgr.14391) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.1 KiB/s wr, 15 op/s 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.375361+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.381288+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.386841+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.391600+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.395574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.476667+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.479976+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:11.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:11 smithi149 bash[22386]: audit 2024-05-06T03:11:11.480827+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.810 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.811 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:12 smithi047 bash[22195]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.919 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:12 smithi149 bash[22386]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: cephadm 2024-05-06T03:11:11.388250+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: cephadm 2024-05-06T03:11:11.487687+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.031023+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.039053+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.061075+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.168665+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:11:12.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.171033+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:11:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.171685+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:11:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:12.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:12 smithi029 bash[21529]: audit 2024-05-06T03:11:12.440719+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:13.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:13.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:13.918 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:13 smithi149 bash[22386]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:13.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:13.959 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:13 smithi029 bash[21529]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:14.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:14.059 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.064673+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.176039+0000 mgr.a (mgr.14391) 37 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cephadm 2024-05-06T03:11:12.441219+0000 mgr.a (mgr.14391) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: cluster 2024-05-06T03:11:12.607529+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 9.2 KiB/s rd, 2.5 KiB/s wr, 12 op/s 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:14.060 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:13 smithi047 bash[22195]: audit 2024-05-06T03:11:12.690357+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:14.163 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-05-06T03:11:14.163 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph rgw realm tokens 2024-05-06T03:11:14.163 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r '.[0].token' 2024-05-06T03:11:14.965 INFO:teuthology.orchestra.run.smithi029.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ== 2024-05-06T03:11:14.966 INFO:teuthology.orchestra.run.smithi029.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ== 2024-05-06T03:11:14.966 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ== 2024-05-06T03:11:14.966 INFO:teuthology.orchestra.run.smithi029.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ== '!=' 'master zone has no endpoint' ']' 2024-05-06T03:11:14.966 INFO:teuthology.orchestra.run.smithi029.stderr:+ break 2024-05-06T03:11:14.966 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph rgw realm tokens 2024-05-06T03:11:15.738 INFO:teuthology.orchestra.run.smithi029.stderr:+ TOKENS='[ 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr: { 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr: "realm": "myrealm1", 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ==" 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr: } 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr:]' 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ=="' '}' ']' 2024-05-06T03:11:15.739 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-05-06T03:11:15.740 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-05-06T03:11:15.741 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ=="' '}' ']' 2024-05-06T03:11:15.741 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status '.[0].token' 2024-05-06T03:11:15.743 INFO:teuthology.orchestra.run.smithi029.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImE3MmMwZjRlLThmMDEtNGQzZS1iNzhhLTk0YmU5ZDMzZmZkMCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA0Nzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjM5QzJHUlJJVUdSNTBQSlhYUE9RIiwKICAgICJzZWNyZXQiOiAiM0VETWtCcHR1bEdESlpDTjBDZ2pVcFNEeWo0NlNOaWw2aUlmTUMxciIKfQ==" 2024-05-06T03:11:15.744 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph rgw realm tokens 2024-05-06T03:11:15.744 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r '.[0].token' 2024-05-06T03:11:15.744 INFO:teuthology.orchestra.run.smithi029.stderr:++ base64 --decode 2024-05-06T03:11:15.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:15 smithi149 bash[22386]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:15 smithi149 bash[22386]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:15 smithi149 bash[22386]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:15.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:15 smithi149 bash[22386]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:15.953 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:15 smithi047 bash[22195]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.954 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:15 smithi047 bash[22195]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.954 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:15 smithi047 bash[22195]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:15.954 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:15 smithi047 bash[22195]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:15.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:15 smithi029 bash[21529]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:15 smithi029 bash[21529]: audit 2024-05-06T03:11:14.586021+0000 mgr.a (mgr.14391) 40 : audit [DBG] from='client.14931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:15.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:15 smithi029 bash[21529]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:15.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:15 smithi029 bash[21529]: cluster 2024-05-06T03:11:14.609575+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 263 KiB/s rd, 6.7 KiB/s wr, 446 op/s 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr:+ TOKEN_JSON='{ 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr: "realm_name": "myrealm1", 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr: "realm_id": "a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0", 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr: "endpoint": "http://smithi047:5500", 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr: "access_key": "39C2GRRIUGR50PJXXPOQ", 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr: "secret": "3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r" 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr:}' 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"39C2GRRIUGR50PJXXPOQ",' '"secret":' '"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r"' '}' 2024-05-06T03:11:16.518 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-05-06T03:11:16.519 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-05-06T03:11:16.520 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"39C2GRRIUGR50PJXXPOQ",' '"secret":' '"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r"' '}' 2024-05-06T03:11:16.520 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-05-06T03:11:16.523 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-05-06T03:11:16.523 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"39C2GRRIUGR50PJXXPOQ",' '"secret":' '"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r"' '}' 2024-05-06T03:11:16.523 INFO:teuthology.orchestra.run.smithi029.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-05-06T03:11:16.526 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-05-06T03:11:16.526 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"39C2GRRIUGR50PJXXPOQ",' '"secret":' '"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r"' '}' 2024-05-06T03:11:16.526 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status .access_key 2024-05-06T03:11:16.529 INFO:teuthology.orchestra.run.smithi029.stdout:"39C2GRRIUGR50PJXXPOQ" 2024-05-06T03:11:16.529 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"a72c0f4e-8f01-4d3e-b78a-94be9d33ffd0",' '"endpoint":' '"http://smithi047:5500",' '"access_key":' '"39C2GRRIUGR50PJXXPOQ",' '"secret":' '"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r"' '}' 2024-05-06T03:11:16.529 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --exit-status .secret 2024-05-06T03:11:16.532 INFO:teuthology.orchestra.run.smithi029.stdout:"3EDMkBptulGDJZCN0CgjUpSDyj46SNil6iIfMC1r" 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:16 smithi047 bash[22195]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:16 smithi029 bash[21529]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:15.370160+0000 mgr.a (mgr.14391) 42 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:16.564990+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:16.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:16 smithi149 bash[22386]: audit 2024-05-06T03:11:16.665469+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.29:0/2287132080' entity='mgr.a' 2024-05-06T03:11:17.451 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T03:11:17.461 INFO:tasks.cephadm:Teardown begin 2024-05-06T03:11:17.462 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:11:17.476 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:11:17.491 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:11:17.506 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T03:11:17.506 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:11:17.524 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:11:17.540 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:11:17.554 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T03:11:17.555 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T03:11:17.555 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a 2024-05-06T03:11:17.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 systemd[1]: Stopping Ceph mon.a for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:17.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:17 smithi047 bash[22195]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:17 smithi047 bash[22195]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:17 smithi047 bash[22195]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.809 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:17 smithi047 bash[22195]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:17 smithi149 bash[22386]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:17 smithi149 bash[22386]: audit 2024-05-06T03:11:16.150541+0000 mgr.a (mgr.14391) 43 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:11:17.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:17 smithi149 bash[22386]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.917 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:17 smithi149 bash[22386]: cluster 2024-05-06T03:11:16.610034+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 588 KiB data, 115 MiB used, 268 GiB / 268 GiB avail; 238 KiB/s rd, 6.1 KiB/s wr, 403 op/s 2024-05-06T03:11:17.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: debug 2024-05-06T03:11:17.735+0000 7f4f47c98700 -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-05-06T03:11:17.958 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:17 smithi029 bash[21529]: debug 2024-05-06T03:11:17.735+0000 7f4f47c98700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-06T03:11:18.777 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T03:11:18.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:18 smithi029 bash[62610]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:11:18.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:18 smithi029 bash[62670]: Error response from daemon: No such container: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:11:18.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:18 smithi029 systemd[1]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T03:11:18.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:May 06 03:11:18 smithi029 systemd[1]: Stopped Ceph mon.a for d7640bcc-0b54-11ef-bc97-c7b262605968. 2024-05-06T03:11:18.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:18.809 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T03:11:18.809 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-06T03:11:18.809 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.b 2024-05-06T03:11:19.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:18 smithi047 systemd[1]: Stopping Ceph mon.b for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:19.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:18 smithi047 bash[22195]: debug 2024-05-06T03:11:18.973+0000 7faef8c77700 -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-05-06T03:11:19.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 06 03:11:18 smithi047 bash[22195]: debug 2024-05-06T03:11:18.973+0000 7faef8c77700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-06T03:11:19.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T03:11:19.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:19.939 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-06T03:11:19.939 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-06T03:11:19.939 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.c 2024-05-06T03:11:20.322 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:19 smithi149 systemd[1]: Stopping Ceph mon.c for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:20.323 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:20 smithi149 bash[22386]: debug 2024-05-06T03:11:20.109+0000 7f1201c6a700 -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-05-06T03:11:20.323 INFO:journalctl@ceph.mon.c.smithi149.stdout:May 06 03:11:20 smithi149 bash[22386]: debug 2024-05-06T03:11:20.109+0000 7f1201c6a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-06T03:11:20.848 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mon.c.service' 2024-05-06T03:11:20.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:20.875 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-06T03:11:20.875 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T03:11:20.875 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a 2024-05-06T03:11:21.208 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:11:20 smithi029 systemd[1]: Stopping Ceph mgr.a for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:22.733 INFO:journalctl@ceph.mgr.a.smithi029.stdout:May 06 03:11:22 smithi029 bash[62801]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-mgr-a 2024-05-06T03:11:22.911 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T03:11:22.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:22.934 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T03:11:22.934 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T03:11:22.934 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.b 2024-05-06T03:11:23.309 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 06 03:11:22 smithi047 systemd[1]: Stopping Ceph mgr.b for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:23.758 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T03:11:23.781 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:23.781 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T03:11:23.781 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T03:11:23.782 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.0 2024-05-06T03:11:24.108 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:23 smithi029 systemd[1]: Stopping Ceph osd.0 for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:24.109 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:23 smithi029 bash[32129]: debug 2024-05-06T03:11:23.987+0000 7f86ee116700 -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-05-06T03:11:24.109 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:23 smithi029 bash[32129]: debug 2024-05-06T03:11:23.987+0000 7f86ee116700 -1 osd.0 32 *** Got signal Terminated *** 2024-05-06T03:11:24.109 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:23 smithi029 bash[32129]: debug 2024-05-06T03:11:23.987+0000 7f86ee116700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:11:30.208 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:30 smithi029 bash[63042]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-0 2024-05-06T03:11:30.708 INFO:journalctl@ceph.osd.0.smithi029.stdout:May 06 03:11:30 smithi029 bash[63318]: Error response from daemon: No such container: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-0 2024-05-06T03:11:32.384 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T03:11:32.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:32.424 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T03:11:32.424 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T03:11:32.424 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.1 2024-05-06T03:11:32.809 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:32 smithi047 systemd[1]: Stopping Ceph osd.1 for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:33.309 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:32 smithi047 bash[27111]: debug 2024-05-06T03:11:32.841+0000 7f26baf59700 -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-05-06T03:11:33.309 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:32 smithi047 bash[27111]: debug 2024-05-06T03:11:32.841+0000 7f26baf59700 -1 osd.1 32 *** Got signal Terminated *** 2024-05-06T03:11:33.309 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:32 smithi047 bash[27111]: debug 2024-05-06T03:11:32.841+0000 7f26baf59700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:11:38.982 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:38 smithi047 bash[32740]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-1 2024-05-06T03:11:38.982 INFO:journalctl@ceph.osd.1.smithi047.stdout:May 06 03:11:38 smithi047 bash[33037]: Error response from daemon: No such container: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-1 2024-05-06T03:11:40.639 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T03:11:40.672 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:40.673 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T03:11:40.673 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-06T03:11:40.673 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.2 2024-05-06T03:11:41.167 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:40 smithi149 systemd[1]: Stopping Ceph osd.2 for d7640bcc-0b54-11ef-bc97-c7b262605968... 2024-05-06T03:11:41.167 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:40 smithi149 bash[27718]: debug 2024-05-06T03:11:40.852+0000 7f8784e15700 -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-05-06T03:11:41.167 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:40 smithi149 bash[27718]: debug 2024-05-06T03:11:40.852+0000 7f8784e15700 -1 osd.2 32 *** Got signal Terminated *** 2024-05-06T03:11:41.167 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:40 smithi149 bash[27718]: debug 2024-05-06T03:11:40.852+0000 7f8784e15700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:11:46.970 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:46 smithi149 bash[32631]: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-2 2024-05-06T03:11:46.970 INFO:journalctl@ceph.osd.2.smithi149.stdout:May 06 03:11:46 smithi149 bash[32879]: Error response from daemon: No such container: ceph-d7640bcc-0b54-11ef-bc97-c7b262605968-osd-2 2024-05-06T03:11:48.487 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7640bcc-0b54-11ef-bc97-c7b262605968@osd.2.service' 2024-05-06T03:11:48.527 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:11:48.527 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-06T03:11:48.527 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:11:48.700 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:11:51.251 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:11:51.424 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:12:07.776 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:12:07.942 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:12:23.826 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:12:23.841 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:12:23.855 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:12:23.867 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T03:12:23.869 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi029/crash 2024-05-06T03:12:23.870 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:12:23.895 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:12:23.895 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:12:23.896 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi047/crash 2024-05-06T03:12:23.897 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:12:23.909 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:12:23.909 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:12:23.911 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi149/crash 2024-05-06T03:12:23.912 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:12:23.923 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:12:23.923 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:12:23.924 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T03:12:23.925 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T03:12:23.953 INFO:teuthology.orchestra.run.smithi029.stdout:2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:12:23.954 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T03:12:23.954 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[SEC\]' /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T03:12:24.012 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]' /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T03:12:24.066 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[WRN\]' /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T03:12:24.122 INFO:teuthology.orchestra.run.smithi029.stdout:2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:12:24.126 INFO:tasks.cephadm:Compressing logs... 2024-05-06T03:12:24.126 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T03:12:24.168 DEBUG:teuthology.orchestra.run.smithi047:> 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-05-06T03:12:24.170 DEBUG:teuthology.orchestra.run.smithi149:> 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-05-06T03:12:24.175 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T03:12:24.182 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T03:12:24.183 INFO:teuthology.orchestra.run.smithi149.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T03:12:24.188 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:12:24.188 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:12:24.188 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T03:12:24.190 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:12:24.190 INFO:teuthology.orchestra.run.smithi047.stderr: 82.9% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:12:24.190 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:12:24.190 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T03:12:24.190 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:12:24.191 INFO:teuthology.orchestra.run.smithi047.stderr: 86.1% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:12:24.191 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose --/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.b.log: /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.elkkky.log 2024-05-06T03:12:24.191 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T03:12:24.192 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.elkkky.log: 80.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:12:24.193 INFO:teuthology.orchestra.run.smithi047.stderr: 72.0% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi047.elkkky.log.gz 2024-05-06T03:12:24.193 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:12:24.194 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr: 83.8% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:12:24.195 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T03:12:24.196 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log: 86.5% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:12:24.196 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.a.log: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:12:24.197 INFO:teuthology.orchestra.run.smithi029.stderr: 89.9% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:12:24.200 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:12:24.201 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-06T03:12:24.201 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi149.vofwoj.log 2024-05-06T03:12:24.202 INFO:teuthology.orchestra.run.smithi047.stderr: 90.6% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T03:12:24.203 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:12:24.203 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:12:24.203 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi149.vofwoj.log: /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:12:24.203 INFO:teuthology.orchestra.run.smithi149.stderr: 59.1% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi149.vofwoj.log.gz 2024-05-06T03:12:24.203 INFO:teuthology.orchestra.run.smithi149.stderr: 82.9% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:12:24.204 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-06T03:12:24.204 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:12:24.205 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.c.log: 86.1% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:12:24.205 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log: 77.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:12:24.206 INFO:teuthology.orchestra.run.smithi149.stderr: 90.0% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:12:24.207 INFO:teuthology.orchestra.run.smithi047.stderr: 91.8% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:12:24.217 INFO:teuthology.orchestra.run.smithi149.stderr: 91.8% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:12:24.218 INFO:teuthology.orchestra.run.smithi029.stderr: 91.8% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:12:24.287 INFO:teuthology.orchestra.run.smithi047.stderr: 92.8% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T03:12:24.293 INFO:teuthology.orchestra.run.smithi029.stderr: 88.4% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T03:12:24.302 INFO:teuthology.orchestra.run.smithi149.stderr: 93.2% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-06T03:12:24.483 INFO:teuthology.orchestra.run.smithi029.stderr: 91.7% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T03:12:24.643 INFO:teuthology.orchestra.run.smithi149.stderr: 94.0% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-06T03:12:24.645 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-05-06T03:12:24.645 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.470s 2024-05-06T03:12:24.645 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.545s 2024-05-06T03:12:24.645 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.042s 2024-05-06T03:12:24.664 INFO:teuthology.orchestra.run.smithi029.stderr: 93.9% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T03:12:24.665 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-05-06T03:12:24.665 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.496s 2024-05-06T03:12:24.665 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m0.867s 2024-05-06T03:12:24.666 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.044s 2024-05-06T03:12:24.678 INFO:teuthology.orchestra.run.smithi047.stderr: 94.0% -- replaced with /var/log/ceph/d7640bcc-0b54-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T03:12:24.679 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-05-06T03:12:24.679 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.507s 2024-05-06T03:12:24.679 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.603s 2024-05-06T03:12:24.679 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.044s 2024-05-06T03:12:24.680 INFO:tasks.cephadm:Archiving logs... 2024-05-06T03:12:24.680 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi029/log 2024-05-06T03:12:24.681 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:12:24.843 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi047/log 2024-05-06T03:12:24.844 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:12:24.932 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi149/log 2024-05-06T03:12:24.933 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:12:25.018 INFO:tasks.cephadm:Removing cluster... 2024-05-06T03:12:25.018 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force 2024-05-06T03:12:25.183 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:12:26.545 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force 2024-05-06T03:12:26.719 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:12:28.046 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7640bcc-0b54-11ef-bc97-c7b262605968 --force 2024-05-06T03:12:28.214 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: d7640bcc-0b54-11ef-bc97-c7b262605968 2024-05-06T03:12:29.543 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T03:12:29.543 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:12:29.549 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:12:29.555 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:12:29.560 INFO:tasks.cephadm:Teardown complete 2024-05-06T03:12:29.561 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T03:12:29.571 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-05-06T03:12:29.571 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:12:29.592 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:12:29.601 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:12:29.682 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T03:12:29.691 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T03:12:29.692 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:12:29.694 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:12:29.697 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:12:29.706 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T03:12:29.706 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-05-06T03:12:29.706 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 67.205.162.81 3 u 42 64 377 0.078 +0.101 1.913 2024-05-06T03:12:29.706 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 63.231.80.2 3 u 45 64 377 0.096 -0.450 1.464 2024-05-06T03:12:29.706 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 40 64 377 0.085 -2.818 1.103 2024-05-06T03:12:29.707 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout:*hv01.front.sepi 67.205.162.81 3 u 36 64 377 0.067 -1.101 1.026 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.081 -2.183 1.507 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout:+hv03.front.sepi 74.6.168.72 3 u 46 64 377 0.096 -1.724 1.139 2024-05-06T03:12:29.708 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T03:12:29.709 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T03:12:29.710 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-05-06T03:12:29.710 INFO:teuthology.orchestra.run.smithi149.stdout:*hv01.front.sepi 67.205.162.81 3 u 39 64 377 0.095 -2.212 1.411 2024-05-06T03:12:29.710 INFO:teuthology.orchestra.run.smithi149.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.102 -0.450 1.340 2024-05-06T03:12:29.710 INFO:teuthology.orchestra.run.smithi149.stdout:+hv03.front.sepi 74.6.168.72 3 u 45 64 377 0.076 -4.034 1.702 2024-05-06T03:12:29.710 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T03:12:29.710 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T03:12:29.732 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T03:12:29.732 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T03:12:29.786 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T03:12:29.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T03:12:29.861 INFO:teuthology.task.internal:Duration was 1288.518137 seconds 2024-05-06T03:12:29.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T03:12:29.932 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T03:12:29.932 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:12:29.935 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:12:29.937 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:12:29.974 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T03:12:29.974 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-05-06T03:12:29.974 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T03:12:30.028 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-05-06T03:12:30.028 DEBUG:teuthology.orchestra.run.smithi047:> 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-05-06T03:12:30.038 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-05-06T03:12:30.039 DEBUG:teuthology.orchestra.run.smithi149:> 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-05-06T03:12:30.048 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T03:12:30.048 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:12:30.076 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:12:30.088 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:12:30.122 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T03:12:30.123 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:12:30.156 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:12:30.164 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:12:30.261 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T03:12:30.271 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T03:12:30.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:12:30.284 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:12:30.297 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:12:30.308 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T03:12:30.374 DEBUG:teuthology.orchestra.run.smithi029:> 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-05-06T03:12:30.377 DEBUG:teuthology.orchestra.run.smithi047:> 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-05-06T03:12:30.379 DEBUG:teuthology.orchestra.run.smithi149:> 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-05-06T03:12:30.386 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-05-06T03:12:30.388 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-05-06T03:12:30.390 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-05-06T03:12:30.427 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:12:30.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:12:30.459 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:12:30.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:12:30.464 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:12:30.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:12:30.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T03:12:30.485 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T03:12:30.486 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi029 2024-05-06T03:12:30.486 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:12:30.527 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi047 2024-05-06T03:12:30.527 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:12:30.549 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072/remote/smithi149 2024-05-06T03:12:30.550 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:12:30.572 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T03:12:30.572 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:12:30.575 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:12:30.593 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:12:30.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T03:12:30.633 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T03:12:30.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T03:12:30.667 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T03:12:30.667 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:12:30.669 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:12:30.672 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:12:30.673 INFO:teuthology.orchestra.run.smithi029.stdout: 658618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:12 /home/ubuntu/cephtest 2024-05-06T03:12:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: 658620 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:12 /home/ubuntu/cephtest 2024-05-06T03:12:30.678 INFO:teuthology.orchestra.run.smithi149.stdout: 658646 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:12 /home/ubuntu/cephtest 2024-05-06T03:12:30.679 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T03:12:30.715 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T03:12:30.799 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T03:12:30.822 DEBUG:teuthology.nuke:shortname: smithi029 2024-05-06T03:12:30.822 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:12:30.843 DEBUG:teuthology.nuke:shortname: smithi047 2024-05-06T03:12:30.843 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:12:30.848 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.511967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPh6DgZQaVFx9qcwDQdQixvfDu1J23AK10d+rGEw2QS4AjJALmZNlTuVl0fvqvpeCryC12j5mbs6q8LSG4Z9bWc='} 2024-05-06T03:12:30.868 DEBUG:teuthology.nuke:shortname: smithi149 2024-05-06T03:12:30.868 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:12:30.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.509673', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJapIWs4c+0EqSUOnLhWaDB7vlH4WycBaXMr6jmi6RZ97A9pZZYmSiaNNKrfnoXxYYwHy0gFaZTVdfmQ+uUQb58='} 2024-05-06T03:12:30.893 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690072', '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-05-06 02:40:45.510908', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtcP/I2iXtKyN/3h9AXKRhPrtAXq/EWlfD1G4EPvnNFZI6zr9l2F2drcF8hqmdixlQYyXerNvNzjzfZT2aXmBE='} 2024-05-06T03:12:30.902 INFO:teuthology.orchestra.console.smithi029:Power off 2024-05-06T03:12:30.902 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:12:30.927 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2024-05-06T03:12:30.928 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:30.943 INFO:teuthology.orchestra.console.smithi047:Power off 2024-05-06T03:12:30.944 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:12:30.957 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-05-06T03:12:30.967 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2024-05-06T03:12:30.967 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:30.982 INFO:teuthology.orchestra.console.smithi149:Power off 2024-05-06T03:12:30.982 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:12:30.992 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-05-06T03:12:31.006 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-05-06T03:12:31.006 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:31.028 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-05-06T03:12:34.958 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:34.993 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:35.030 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:35.068 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-05-06T03:12:35.103 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-05-06T03:12:35.140 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-05-06T03:12:39.071 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:39.104 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:39.141 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:39.182 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-05-06T03:12:39.213 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-05-06T03:12:39.250 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-05-06T03:12:43.187 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:43.215 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:43.251 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:12:43.297 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2024-05-06T03:12:43.325 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2024-05-06T03:12:43.361 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-05-06T03:12:43.398 INFO:teuthology.orchestra.console.smithi029:Power off completed 2024-05-06T03:12:43.426 INFO:teuthology.orchestra.console.smithi047:Power off completed 2024-05-06T03:12:43.461 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-05-06T03:12:43.565 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1288.518137216568 failure_reason: '"2024-05-06T03:06:57.227274+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-06T03:12:43.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T03:12:43.659 INFO:teuthology.run:FAIL