2024-04-21T15:00:00.153 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-21T15:00:00.153 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740 --name yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/orig.config.yaml 2024-04-21T15:00:00.185 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-21T15:00:00.269 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740 branch: wip-yuriw-testing-20240419.185239-main description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7666740' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-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-20240419.185239-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: 36c371567dddacf6207ea36f2535396ab31415fc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 36c371567dddacf6207ea36f2535396ab31415fc workunit: branch: wip-yuriw-testing-20240419.185239-main sha1: 36c371567dddacf6207ea36f2535396ab31415fc 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: 317 sha1: 36c371567dddacf6207ea36f2535396ab31415fc sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240419.185239-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_36c371567dddacf6207ea36f2535396ab31415fc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 36c371567dddacf6207ea36f2535396ab31415fc targets: smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPjcLsp9WIpuyFlFluAg7t1CuxA8RaEIvwEZd2t7wT68V8OWj2aX01vSAatwFxydo3rvoHSfee68w4ZK2fsY6fk= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLnJNP6531YPmXpDt09dvElbSoSUVWqqNaG6Tui+7gWVAR9+VF0E8d+QfihBLPY5wAaS/6Nvst7a5TpWOZbE0SM= smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIsRbd7WY82tCnzLoUz/K4iMxoUI/CNmk5saheTKJdnAj8JnafWMl3QD3LT5kARUjWZVwbCD8szW+i3bSsX/hd0= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-21_14:00:04 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-21T15:00:00.269 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_36c371567dddacf6207ea36f2535396ab31415fc/qa; will attempt to use it 2024-04-21T15:00:00.270 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_36c371567dddacf6207ea36f2535396ab31415fc/qa/tasks 2024-04-21T15:00:00.270 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-21T15:00:00.272 INFO:teuthology.task.internal:Checking packages... 2024-04-21T15:00:00.295 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '36c371567dddacf6207ea36f2535396ab31415fc' 2024-04-21T15:00:00.295 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-21T15:00:00.295 INFO:teuthology.packaging:ref: None 2024-04-21T15:00:00.295 INFO:teuthology.packaging:tag: None 2024-04-21T15:00:00.296 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240419.185239-main 2024-04-21T15:00:00.296 INFO:teuthology.packaging:sha1: 36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:00:00.296 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-20240419.185239-main 2024-04-21T15:00:00.523 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:00:00.525 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-21T15:00:00.532 INFO:teuthology.task.internal:no buildpackages task found 2024-04-21T15:00:00.532 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-21T15:00:00.564 INFO:teuthology.task.internal:Saving configuration 2024-04-21T15:00:00.577 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-21T15:00:00.589 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T15:00:00.614 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.051499', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICZmdp5e29iEQAo0bT+BrSC5TxgN2+v9QmIteuNSEHhw'} 2024-04-21T15:00:00.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.052590', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE36GsNr9PyPlwF7ObRI4kvpuGu6QvdzdiOA0SSclw3R'} 2024-04-21T15:00:00.667 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.053485', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICB1ibElRvPSXXAhkQ9Gm3iznmLFG/Xcv6ejrWpzgzeV'} 2024-04-21T15:00:00.668 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-21T15:00:00.674 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-21T15:00:00.674 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-21T15:00:00.674 INFO:teuthology.task.internal:roles: ubuntu@smithi157.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-21T15:00:00.674 INFO:teuthology.run_tasks:Running task console_log... 2024-04-21T15:00:00.807 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb523586f70>, signals=[15]) 2024-04-21T15:00:00.808 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-21T15:00:00.814 INFO:teuthology.task.internal:Opening connections... 2024-04-21T15:00:00.815 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-04-21T15:00:00.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:00:00.900 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-04-21T15:00:00.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:00:00.983 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2024-04-21T15:00:00.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:00:01.062 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-21T15:00:01.070 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-04-21T15:00:01.076 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-04-21T15:00:01.076 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-04-21T15:00:01.121 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Ubuntu" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="22.04" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_CODENAME=jammy 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:ID=ubuntu 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE=debian 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-21T15:00:01.122 INFO:teuthology.orchestra.run.smithi131.stdout:UBUNTU_CODENAME=jammy 2024-04-21T15:00:01.123 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-04-21T15:00:01.148 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-04-21T15:00:01.154 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-04-21T15:00:01.154 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-04-21T15:00:01.202 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Ubuntu" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="22.04" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_CODENAME=jammy 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:ID=ubuntu 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE=debian 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-21T15:00:01.203 INFO:teuthology.orchestra.run.smithi148.stdout:UBUNTU_CODENAME=jammy 2024-04-21T15:00:01.204 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-04-21T15:00:01.231 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2024-04-21T15:00:01.237 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2024-04-21T15:00:01.238 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2024-04-21T15:00:01.283 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="Ubuntu" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="22.04" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_CODENAME=jammy 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:ID=ubuntu 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE=debian 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-21T15:00:01.284 INFO:teuthology.orchestra.run.smithi157.stdout:UBUNTU_CODENAME=jammy 2024-04-21T15:00:01.284 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2024-04-21T15:00:01.306 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-21T15:00:01.315 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-21T15:00:01.332 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-21T15:00:01.333 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-04-21T15:00:01.335 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-04-21T15:00:01.338 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2024-04-21T15:00:01.343 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-21T15:00:01.356 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-21T15:00:01.356 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-04-21T15:00:01.382 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-04-21T15:00:01.385 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2024-04-21T15:00:01.400 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-21T15:00:01.518 INFO:teuthology.run_tasks:Running task kernel... 2024-04-21T15:00:01.534 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-21T15:00:01.534 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-04-21T15:00:01.534 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T15:00:01.535 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T15:00:01.535 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T15:00:01.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:00:01.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:00:01.541 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-04-21T15:00:01.542 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-04-21T15:00:01.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:00:01.543 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-04-21T15:00:01.586 INFO:teuthology.orchestra.run.smithi148.stdout:5.15.0-56-generic 2024-04-21T15:00:01.587 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.15.0-56-generic 2024-04-21T15:00:01.587 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get clean 2024-04-21T15:00:01.589 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-56-generic 2024-04-21T15:00:01.589 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.15.0-56-generic 2024-04-21T15:00:01.589 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-04-21T15:00:01.592 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-56-generic 2024-04-21T15:00:01.592 INFO:teuthology.task.kernel:Running kernel on smithi157: 5.15.0-56-generic 2024-04-21T15:00:01.592 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-04-21T15:00:01.722 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-04-21T15:00:01.723 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-21T15:00:01.727 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get update 2024-04-21T15:00:02.424 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:00:02.432 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-21T15:00:02.509 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-21T15:00:02.665 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-21T15:00:02.778 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-21T15:00:02.788 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-21T15:00:02.794 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-21T15:00:02.795 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-21T15:00:02.823 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-21T15:00:02.823 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-21T15:00:02.826 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:02.827 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-21T15:00:02.835 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-21T15:00:02.844 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-21T15:00:02.847 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-21T15:00:02.847 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-21T15:00:02.848 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-21T15:00:02.855 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-21T15:00:02.866 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-21T15:00:02.867 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-21T15:00:02.867 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-21T15:00:02.870 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-21T15:00:02.870 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-21T15:00:02.870 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-21T15:00:02.870 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-21T15:00:02.870 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-21T15:00:02.876 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-21T15:00:02.997 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-21T15:00:03.166 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-21T15:00:03.274 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-21T15:00:03.282 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-21T15:00:03.287 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-21T15:00:03.287 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-21T15:00:03.289 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-21T15:00:03.317 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-21T15:00:03.321 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:03.321 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-21T15:00:03.324 INFO:teuthology.orchestra.run.smithi148.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-21T15:00:03.331 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-21T15:00:03.337 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-21T15:00:03.339 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-21T15:00:03.339 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-21T15:00:03.339 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-21T15:00:03.340 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-21T15:00:03.349 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-21T15:00:03.545 INFO:teuthology.orchestra.run.smithi148.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-21T15:00:03.665 INFO:teuthology.orchestra.run.smithi148.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-21T15:00:03.674 INFO:teuthology.orchestra.run.smithi148.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-21T15:00:03.677 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-21T15:00:03.678 INFO:teuthology.orchestra.run.smithi148.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-21T15:00:03.679 INFO:teuthology.orchestra.run.smithi148.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-21T15:00:03.708 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-21T15:00:03.712 INFO:teuthology.orchestra.run.smithi148.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:03.713 INFO:teuthology.orchestra.run.smithi148.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-21T15:00:03.719 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-21T15:00:03.720 INFO:teuthology.orchestra.run.smithi148.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-21T15:00:03.729 INFO:teuthology.orchestra.run.smithi148.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-21T15:00:03.731 INFO:teuthology.orchestra.run.smithi148.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-21T15:00:03.731 INFO:teuthology.orchestra.run.smithi148.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-21T15:00:03.731 INFO:teuthology.orchestra.run.smithi148.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-21T15:00:03.732 INFO:teuthology.orchestra.run.smithi148.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-21T15:00:03.742 INFO:teuthology.orchestra.run.smithi148.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-21T15:00:03.878 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:18 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:00:03.936 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-21T15:00:03.964 INFO:teuthology.orchestra.run.smithi148.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-21T15:00:04.064 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-21T15:00:04.069 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-21T15:00:04.071 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-21T15:00:04.071 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-21T15:00:04.072 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-21T15:00:04.096 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-21T15:00:04.100 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:04.100 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-21T15:00:04.107 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-21T15:00:04.115 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-21T15:00:04.117 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-21T15:00:04.117 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-21T15:00:04.117 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-21T15:00:04.118 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-21T15:00:04.130 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-21T15:00:04.334 INFO:teuthology.orchestra.run.smithi148.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-21T15:00:04.472 INFO:teuthology.orchestra.run.smithi148.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-21T15:00:04.670 INFO:teuthology.orchestra.run.smithi148.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-21T15:00:04.819 INFO:teuthology.orchestra.run.smithi148.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-21T15:00:04.834 INFO:teuthology.orchestra.run.smithi148.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-21T15:00:04.834 INFO:teuthology.orchestra.run.smithi148.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-21T15:00:04.896 INFO:teuthology.orchestra.run.smithi148.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-21T15:00:04.897 INFO:teuthology.orchestra.run.smithi148.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-21T15:00:04.904 INFO:teuthology.orchestra.run.smithi148.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:05.447 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:18 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:00:05.529 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-21T15:00:05.670 INFO:teuthology.orchestra.run.smithi148.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-21T15:00:05.901 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-21T15:00:06.035 INFO:teuthology.orchestra.run.smithi157.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-21T15:00:06.234 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-21T15:00:06.258 INFO:teuthology.orchestra.run.smithi148.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-21T15:00:06.369 INFO:teuthology.orchestra.run.smithi148.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-21T15:00:06.383 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-21T15:00:06.390 INFO:teuthology.orchestra.run.smithi148.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-21T15:00:06.390 INFO:teuthology.orchestra.run.smithi148.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-21T15:00:06.394 INFO:teuthology.orchestra.run.smithi148.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-21T15:00:06.395 INFO:teuthology.orchestra.run.smithi148.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-21T15:00:06.396 INFO:teuthology.orchestra.run.smithi148.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-21T15:00:06.396 INFO:teuthology.orchestra.run.smithi148.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-21T15:00:06.398 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-21T15:00:06.399 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-21T15:00:06.400 INFO:teuthology.orchestra.run.smithi148.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-21T15:00:06.404 INFO:teuthology.orchestra.run.smithi148.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-21T15:00:06.460 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-21T15:00:06.461 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-21T15:00:06.468 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-21T15:00:06.569 INFO:teuthology.orchestra.run.smithi148.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-21T15:00:06.651 INFO:teuthology.orchestra.run.smithi148.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-21T15:00:06.670 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-21T15:00:06.733 INFO:teuthology.orchestra.run.smithi148.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-21T15:00:06.814 INFO:teuthology.orchestra.run.smithi148.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-21T15:00:06.844 INFO:teuthology.orchestra.run.smithi148.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-21T15:00:07.255 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-21T15:00:07.366 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-21T15:00:07.387 INFO:teuthology.orchestra.run.smithi157.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-21T15:00:07.388 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-21T15:00:07.391 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-21T15:00:07.391 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-21T15:00:07.392 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-21T15:00:07.392 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-21T15:00:07.397 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-21T15:00:07.401 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-21T15:00:07.567 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-21T15:00:07.648 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-21T15:00:07.732 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-21T15:00:07.814 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-21T15:00:07.848 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-21T15:00:08.369 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 13.1 MB in 2s (5,459 kB/s) 2024-04-21T15:00:09.725 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:00:09.743 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:00:09.804 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:00:10.001 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-04-21T15:00:10.001 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-04-21T15:00:10.178 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout: python2.7-minimal 2024-04-21T15:00:10.179 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:00:10.180 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-04-21T15:00:10.180 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:10.180 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-21T15:00:10.181 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:10.182 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-04-21T15:00:10.182 INFO:teuthology.orchestra.run.smithi131.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-21T15:00:10.182 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-04-21T15:00:10.182 INFO:teuthology.orchestra.run.smithi131.stdout: thermald 2024-04-21T15:00:10.246 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-04-21T15:00:10.246 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:10.246 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-21T15:00:10.246 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:10.247 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages will be upgraded: 2024-04-21T15:00:10.248 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-21T15:00:11.196 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 13.1 MB in 5s (2,609 kB/s) 2024-04-21T15:00:12.273 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 13.1 MB in 6s (2,169 kB/s) 2024-04-21T15:00:12.609 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:00:12.626 DEBUG:teuthology.orchestra.run.smithi148:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:00:12.677 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:00:12.860 INFO:teuthology.orchestra.run.smithi148.stdout:Building dependency tree... 2024-04-21T15:00:12.860 INFO:teuthology.orchestra.run.smithi148.stdout:Reading state information... 2024-04-21T15:00:13.017 INFO:teuthology.orchestra.run.smithi148.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:00:13.017 INFO:teuthology.orchestra.run.smithi148.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:00:13.017 INFO:teuthology.orchestra.run.smithi148.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:00:13.018 INFO:teuthology.orchestra.run.smithi148.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:00:13.018 INFO:teuthology.orchestra.run.smithi148.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-21T15:00:13.018 INFO:teuthology.orchestra.run.smithi148.stdout: python2.7-minimal 2024-04-21T15:00:13.018 INFO:teuthology.orchestra.run.smithi148.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:00:13.019 INFO:teuthology.orchestra.run.smithi148.stdout:The following additional packages will be installed: 2024-04-21T15:00:13.019 INFO:teuthology.orchestra.run.smithi148.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:13.019 INFO:teuthology.orchestra.run.smithi148.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-21T15:00:13.020 INFO:teuthology.orchestra.run.smithi148.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:13.021 INFO:teuthology.orchestra.run.smithi148.stdout:Suggested packages: 2024-04-21T15:00:13.021 INFO:teuthology.orchestra.run.smithi148.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-21T15:00:13.021 INFO:teuthology.orchestra.run.smithi148.stdout:Recommended packages: 2024-04-21T15:00:13.021 INFO:teuthology.orchestra.run.smithi148.stdout: thermald 2024-04-21T15:00:13.069 INFO:teuthology.orchestra.run.smithi148.stdout:The following NEW packages will be installed: 2024-04-21T15:00:13.069 INFO:teuthology.orchestra.run.smithi148.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:13.069 INFO:teuthology.orchestra.run.smithi148.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-21T15:00:13.069 INFO:teuthology.orchestra.run.smithi148.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:13.070 INFO:teuthology.orchestra.run.smithi148.stdout:The following packages will be upgraded: 2024-04-21T15:00:13.071 INFO:teuthology.orchestra.run.smithi148.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-21T15:00:13.545 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:00:13.562 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:00:13.624 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:00:13.824 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-21T15:00:13.824 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-21T15:00:13.931 INFO:teuthology.orchestra.run.smithi131.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:00:13.932 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 113 MB of archives. 2024-04-21T15:00:13.932 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-21T15:00:13.932 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-21T15:00:13.998 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:00:13.998 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:00:13.998 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:00:13.999 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:00:13.999 INFO:teuthology.orchestra.run.smithi157.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-21T15:00:13.999 INFO:teuthology.orchestra.run.smithi157.stdout: python2.7-minimal 2024-04-21T15:00:13.999 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:00:14.000 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-04-21T15:00:14.000 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:14.000 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-21T15:00:14.001 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:14.002 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-04-21T15:00:14.002 INFO:teuthology.orchestra.run.smithi157.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-21T15:00:14.002 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-04-21T15:00:14.002 INFO:teuthology.orchestra.run.smithi157.stdout: thermald 2024-04-21T15:00:14.049 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-04-21T15:00:14.050 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-21T15:00:14.050 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-21T15:00:14.050 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-21T15:00:14.051 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages will be upgraded: 2024-04-21T15:00:14.051 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-21T15:00:14.231 INFO:teuthology.orchestra.run.smithi157.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:00:14.231 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 113 MB of archives. 2024-04-21T15:00:14.231 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-21T15:00:14.231 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-21T15:00:14.408 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-21T15:00:14.535 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-21T15:00:15.738 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-21T15:00:15.802 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-21T15:00:15.802 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-21T15:00:15.802 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-21T15:00:15.964 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-21T15:00:16.001 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-21T15:00:16.227 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-21T15:00:16.324 INFO:teuthology.orchestra.run.smithi148.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:00:16.324 INFO:teuthology.orchestra.run.smithi148.stdout:Need to get 113 MB of archives. 2024-04-21T15:00:16.324 INFO:teuthology.orchestra.run.smithi148.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-21T15:00:16.324 INFO:teuthology.orchestra.run.smithi148.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-21T15:00:16.389 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 113 MB in 6s (19.7 MB/s) 2024-04-21T15:00:16.570 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-21T15:00:16.832 INFO:teuthology.orchestra.run.smithi148.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-21T15:00:17.038 INFO:teuthology.orchestra.run.smithi148.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-21T15:00:18.401 INFO:teuthology.orchestra.run.smithi148.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-21T15:00:18.418 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-21T15:00:18.418 INFO:teuthology.orchestra.run.smithi148.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-21T15:00:18.544 INFO:teuthology.orchestra.run.smithi131.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-21T15:00:18.548 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:18.591 INFO:teuthology.orchestra.run.smithi148.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-21T15:00:18.634 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-21T15:00:18.734 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:19.034 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 113 MB in 6s (20.4 MB/s) 2024-04-21T15:00:19.066 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-21T15:00:19.148 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-21T15:00:19.223 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-21T15:00:19.230 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-21T15:00:19.674 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-21T15:00:19.830 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-21T15:00:20.252 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 113 MB in 6s (19.6 MB/s) 2024-04-21T15:00:20.415 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-21T15:00:20.695 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-21T15:00:20.716 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:20.800 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:21.214 INFO:teuthology.orchestra.run.smithi148.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-21T15:00:21.218 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:21.265 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-21T15:00:21.285 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:21.304 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:21.323 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:22.449 INFO:teuthology.orchestra.run.smithi157.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-21T15:00:22.452 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:22.680 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:23.831 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-21T15:00:23.853 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:23.949 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:24.410 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-21T15:00:24.430 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:24.468 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:24.698 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-21T15:00:24.720 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:24.798 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:25.235 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-21T15:00:25.256 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:25.293 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:27.619 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:27.744 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:28.059 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:28.164 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:28.425 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-21T15:00:28.436 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-21T15:00:28.475 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:30.834 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:30.952 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:31.238 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:31.347 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:31.427 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:31.554 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:31.675 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-21T15:00:31.698 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-21T15:00:31.742 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:31.870 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:31.966 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:32.269 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-21T15:00:32.291 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-21T15:00:32.335 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:33.744 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-21T15:00:33.781 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:33.819 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:36.781 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:36.906 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:37.824 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:38.104 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:38.230 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-21T15:00:38.241 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-21T15:00:38.278 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:38.316 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:38.358 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:38.757 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-21T15:00:38.795 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-21T15:00:38.840 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:39.690 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:00:39.690 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-21T15:00:39.690 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:00:39.690 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:39.852 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:40.946 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:41.061 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:41.255 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:41.394 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-21T15:00:41.435 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:41.509 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-21T15:00:41.548 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:41.674 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-21T15:00:41.811 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:41.833 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-21T15:00:41.955 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:42.081 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-21T15:00:42.209 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:42.648 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-21T15:00:42.774 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-21T15:00:42.900 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:42.971 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-21T15:00:42.971 INFO:teuthology.orchestra.run.smithi131.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:43.102 INFO:teuthology.orchestra.run.smithi148.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:00:43.102 INFO:teuthology.orchestra.run.smithi148.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-21T15:00:43.102 INFO:teuthology.orchestra.run.smithi148.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:00:43.102 INFO:teuthology.orchestra.run.smithi148.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:43.558 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:00:43.558 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-21T15:00:43.558 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:00:43.558 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:43.744 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:44.005 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:45.180 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:45.466 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:46.597 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-21T15:00:46.723 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-21T15:00:46.846 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-21T15:00:46.850 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:46.910 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-21T15:00:46.910 INFO:teuthology.orchestra.run.smithi157.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:46.967 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-21T15:00:47.102 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-21T15:00:47.165 INFO:teuthology.orchestra.run.smithi148.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-21T15:00:47.165 INFO:teuthology.orchestra.run.smithi148.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:57.364 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-21T15:00:57.364 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub' 2024-04-21T15:00:57.384 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:00:57.408 INFO:teuthology.orchestra.run.smithi131.stdout:Generating grub configuration file ... 2024-04-21T15:00:57.650 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:00:57.670 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:00:57.982 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:00:57.987 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:00:58.061 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:00:58.067 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:00:58.224 INFO:teuthology.orchestra.run.smithi131.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:00:58.224 INFO:teuthology.orchestra.run.smithi131.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:00:58.224 INFO:teuthology.orchestra.run.smithi131.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:00:58.267 INFO:teuthology.orchestra.run.smithi131.stdout:done 2024-04-21T15:00:58.721 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.105.102 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:00:58.783 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:00:58.784 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-04-21T15:00:58.784 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-04-21T15:00:58.784 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:00:58.784 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-04-21T15:00:58.784 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-21T15:00:58.784 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-21T15:00:58.784 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-21T15:00:58.784 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-21T15:00:58.784 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-04-21T15:00:58.785 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-04-21T15:00:58.933 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-04-21T15:00:59.077 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:00:59.195 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:00:59.276 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:00:59.357 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:01:00.459 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:01:00.478 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:01:00.543 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:01:00.710 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-21T15:01:00.710 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub' 2024-04-21T15:01:00.740 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-04-21T15:01:00.741 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-04-21T15:01:00.741 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:01:00.769 INFO:teuthology.orchestra.run.smithi157.stdout:Generating grub configuration file ... 2024-04-21T15:01:00.918 INFO:teuthology.orchestra.run.smithi131.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:01:00.919 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:01:00.920 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:01:00.963 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:01:00.965 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:01:00.982 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.105.102 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:01:00.983 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-04-21T15:01:00.984 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-04-21T15:01:01.024 INFO:teuthology.orchestra.run.smithi148.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-21T15:01:01.024 INFO:teuthology.orchestra.run.smithi148.stdout:Sourcing file `/etc/default/grub' 2024-04-21T15:01:01.030 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.pdvmy0EkpN 2024-04-21T15:01:01.031 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pdvmy0EkpN 2024-04-21T15:01:01.038 INFO:teuthology.orchestra.run.smithi148.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:01:01.040 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:01:01.054 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:01:01.068 INFO:teuthology.orchestra.run.smithi148.stdout:Generating grub configuration file ... 2024-04-21T15:01:01.098 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.pdvmy0EkpN 2024-04-21T15:01:01.221 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.pdvmy0EkpN is 10KB 2024-04-21T15:01:01.283 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.pdvmy0EkpN 2024-04-21T15:01:01.295 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:01.344 INFO:teuthology.orchestra.run.smithi148.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:01:01.348 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:01:01.348 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-21T15:01:01.348 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:01.348 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:01:01.354 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:01:01.360 INFO:teuthology.orchestra.run.smithi148.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:01:01.415 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-21T15:01:01.415 DEBUG:teuthology.orchestra.run.smithi131:> sudo update-grub 2024-04-21T15:01:01.432 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:01:01.437 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:01:01.624 INFO:teuthology.orchestra.run.smithi157.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:01:01.624 INFO:teuthology.orchestra.run.smithi157.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:01:01.624 INFO:teuthology.orchestra.run.smithi157.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:01:01.651 INFO:teuthology.orchestra.run.smithi148.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:01:01.656 INFO:teuthology.orchestra.run.smithi148.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:01:01.658 INFO:teuthology.orchestra.run.smithi157.stdout:done 2024-04-21T15:01:01.718 INFO:teuthology.orchestra.run.smithi148.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:01:01.727 INFO:teuthology.orchestra.run.smithi148.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:01:01.895 INFO:teuthology.orchestra.run.smithi148.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:01:01.895 INFO:teuthology.orchestra.run.smithi148.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:01:01.895 INFO:teuthology.orchestra.run.smithi148.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:01:01.931 INFO:teuthology.orchestra.run.smithi148.stdout:done 2024-04-21T15:01:02.108 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-04-21T15:01:02.127 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-04-21T15:01:02.127 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.105.102 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:01:02.128 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-04-21T15:01:02.129 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-04-21T15:01:02.129 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:01:02.129 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-04-21T15:01:02.129 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-21T15:01:02.129 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-21T15:01:02.129 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-21T15:01:02.129 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-21T15:01:02.129 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi157.front.sepia.ceph.com, path=None, version=distro) 2024-04-21T15:01:02.130 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-04-21T15:01:02.267 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-21T15:01:02.390 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:01:02.393 DEBUG:teuthology.orchestra.run.smithi148:> dpkg -s linux-image-generic 2024-04-21T15:01:02.403 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Package: linux-image-generic 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Status: install ok installed 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Priority: optional 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Section: kernel 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Installed-Size: 21 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: amd64 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Source: linux-meta 2024-04-21T15:01:02.417 INFO:teuthology.orchestra.run.smithi148.stdout:Version: 5.15.0.105.102 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout:Recommends: thermald 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout:Description: Generic Linux kernel image 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:01:02.418 INFO:teuthology.orchestra.run.smithi148.stdout: available. 2024-04-21T15:01:02.418 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-21T15:01:02.418 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-21T15:01:02.418 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-21T15:01:02.418 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-21T15:01:02.418 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-04-21T15:01:02.419 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get clean 2024-04-21T15:01:02.424 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:01:02.505 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:01:02.554 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub' 2024-04-21T15:01:02.555 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:01:02.560 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-04-21T15:01:02.576 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get update 2024-04-21T15:01:02.698 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:01:02.698 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:01:02.715 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:01:02.733 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:01:02.758 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:01:02.765 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:01:02.983 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:01:02.988 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:01:03.031 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:01:03.037 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:01:03.146 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:01:03.146 INFO:teuthology.orchestra.run.smithi131.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:01:03.146 INFO:teuthology.orchestra.run.smithi131.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:01:03.157 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-04-21T15:01:03.159 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-04-21T15:01:03.736 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:01:03.753 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:01:03.803 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:01:03.981 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-21T15:01:03.981 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-21T15:01:04.027 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:01:04.045 DEBUG:teuthology.orchestra.run.smithi148:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-21T15:01:04.103 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:01:04.138 INFO:teuthology.orchestra.run.smithi157.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:01:04.139 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:01:04.174 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:01:04.178 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.105.102 2024-04-21T15:01:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:01:04.235 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:01:04.235 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-04-21T15:01:04.235 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-04-21T15:01:04.235 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:01:04.235 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-04-21T15:01:04.235 DEBUG:teuthology.orchestra.run.smithi157:> mktemp 2024-04-21T15:01:04.282 INFO:teuthology.orchestra.run.smithi157.stdout:/tmp/tmp.y4VN6mopxV 2024-04-21T15:01:04.283 DEBUG:teuthology.orchestra.run.smithi157:> sudo cp /boot/grub/grub.cfg /tmp/tmp.y4VN6mopxV 2024-04-21T15:01:04.303 INFO:teuthology.orchestra.run.smithi148.stdout:Building dependency tree... 2024-04-21T15:01:04.304 INFO:teuthology.orchestra.run.smithi148.stdout:Reading state information... 2024-04-21T15:01:04.336 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 0666 /tmp/tmp.y4VN6mopxV 2024-04-21T15:01:04.458 DEBUG:teuthology.orchestra.remote:smithi157:/tmp/tmp.y4VN6mopxV is 10KB 2024-04-21T15:01:04.471 DEBUG:teuthology.orchestra.run.smithi157:> rm -fr /tmp/tmp.y4VN6mopxV 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:01:04.473 INFO:teuthology.orchestra.run.smithi148.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:01:04.478 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.510 INFO:teuthology.orchestra.run.smithi148.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-21T15:01:04.512 DEBUG:teuthology.orchestra.run.smithi148:> dpkg -s linux-image-generic 2024-04-21T15:01:04.530 INFO:teuthology.orchestra.run.smithi148.stdout:Package: linux-image-generic 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Status: install ok installed 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Priority: optional 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Section: kernel 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Installed-Size: 21 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Maintainer: Ubuntu Kernel Team 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: amd64 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Source: linux-meta 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Version: 5.15.0.105.102 2024-04-21T15:01:04.531 INFO:teuthology.orchestra.run.smithi148.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-21T15:01:04.532 INFO:teuthology.orchestra.run.smithi148.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-21T15:01:04.541 INFO:teuthology.orchestra.run.smithi148.stdout:Recommends: thermald 2024-04-21T15:01:04.541 INFO:teuthology.orchestra.run.smithi148.stdout:Description: Generic Linux kernel image 2024-04-21T15:01:04.541 INFO:teuthology.orchestra.run.smithi148.stdout: This package will always depend on the latest generic kernel image 2024-04-21T15:01:04.542 INFO:teuthology.orchestra.run.smithi148.stdout: available. 2024-04-21T15:01:04.542 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-04-21T15:01:04.543 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:01:04.543 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.543 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.576 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.ZRRSrTi2Jd 2024-04-21T15:01:04.576 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ZRRSrTi2Jd 2024-04-21T15:01:04.619 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-21T15:01:04.619 DEBUG:teuthology.orchestra.run.smithi157:> sudo update-grub 2024-04-21T15:01:04.632 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.ZRRSrTi2Jd 2024-04-21T15:01:04.757 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.ZRRSrTi2Jd is 10KB 2024-04-21T15:01:04.770 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.ZRRSrTi2Jd 2024-04-21T15:01:04.777 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.828 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:01:04.829 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.829 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-21T15:01:04.897 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-21T15:01:04.897 DEBUG:teuthology.orchestra.run.smithi148:> sudo update-grub 2024-04-21T15:01:05.725 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub' 2024-04-21T15:01:05.727 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:01:05.728 INFO:teuthology.orchestra.run.smithi157.stderr:Generating grub configuration file ... 2024-04-21T15:01:05.910 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:01:05.916 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:01:06.068 INFO:teuthology.orchestra.run.smithi148.stderr:Sourcing file `/etc/default/grub' 2024-04-21T15:01:06.069 INFO:teuthology.orchestra.run.smithi148.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-21T15:01:06.071 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-04-21T15:01:06.148 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:01:06.153 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:01:06.189 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:01:06.194 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:01:06.240 INFO:teuthology.orchestra.run.smithi148.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-21T15:01:06.247 INFO:teuthology.orchestra.run.smithi148.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-21T15:01:06.310 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:01:06.310 INFO:teuthology.orchestra.run.smithi157.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:01:06.310 INFO:teuthology.orchestra.run.smithi157.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:01:06.333 INFO:teuthology.orchestra.run.smithi157.stderr:done 2024-04-21T15:01:06.342 DEBUG:teuthology.orchestra.run.smithi157:> sudo shutdown -r now 2024-04-21T15:01:06.460 INFO:teuthology.orchestra.run.smithi148.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-21T15:01:06.466 INFO:teuthology.orchestra.run.smithi148.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-21T15:01:06.507 INFO:teuthology.orchestra.run.smithi148.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-21T15:01:06.513 INFO:teuthology.orchestra.run.smithi148.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-21T15:01:06.647 INFO:teuthology.orchestra.run.smithi148.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-21T15:01:06.647 INFO:teuthology.orchestra.run.smithi148.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-21T15:01:06.647 INFO:teuthology.orchestra.run.smithi148.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-21T15:01:06.672 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-04-21T15:01:06.681 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-04-21T15:01:33.186 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-21T15:01:33.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:01:33.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:01:36.346 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-21T15:01:36.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:01:36.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:01:36.684 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-21T15:01:36.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:01:36.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:01:51.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2024-04-21T15:01:54.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-21T15:01:55.106 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-04-21T15:02:00.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:02:00.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:03.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2024-04-21T15:02:03.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:02:03.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:04.107 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:02:04.108 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:06.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-21T15:02:07.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-04-21T15:02:15.592 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:02:15.593 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:18.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:02:18.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:19.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:02:19.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:21.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-21T15:02:36.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:02:36.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:37.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-04-21T15:02:47.411 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-04-21T15:02:47.878 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:02:47.878 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-21T15:02:47.878 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-04-21T15:02:47.923 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-105-generic 2024-04-21T15:02:47.924 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-21T15:02:47.924 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-21T15:02:47.924 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-21T15:02:48.924 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-21T15:02:48.924 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T15:02:48.992 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-04-21T15:02:49.037 DEBUG:teuthology.parallel:result is None 2024-04-21T15:02:52.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:02:52.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:02:53.232 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-04-21T15:02:54.134 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:02:54.134 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-21T15:02:54.135 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-04-21T15:02:54.183 INFO:teuthology.orchestra.run.smithi148.stdout:5.15.0-105-generic 2024-04-21T15:02:54.183 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-21T15:02:54.183 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-21T15:02:54.183 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-21T15:02:55.184 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-21T15:02:55.184 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T15:02:55.321 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-04-21T15:02:55.343 DEBUG:teuthology.parallel:result is None 2024-04-21T15:02:55.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-21T15:03:13.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:03:13.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:03:13.869 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-04-21T15:03:14.417 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:03:14.418 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-21T15:03:14.418 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-04-21T15:03:14.465 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-105-generic 2024-04-21T15:03:14.465 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-21T15:03:14.465 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-21T15:03:14.465 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-21T15:03:15.466 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-21T15:03:15.466 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T15:03:15.538 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2024-04-21T15:03:15.566 DEBUG:teuthology.parallel:result is None 2024-04-21T15:03:15.567 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-21T15:03:15.574 INFO:teuthology.task.internal:Creating test directory... 2024-04-21T15:03:15.574 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T15:03:15.577 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T15:03:15.579 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T15:03:15.584 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-21T15:03:15.604 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-21T15:03:15.638 INFO:teuthology.task.internal:Creating archive directory... 2024-04-21T15:03:15.638 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T15:03:15.641 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T15:03:15.643 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T15:03:15.730 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-21T15:03:15.737 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-21T15:03:15.737 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-21T15:03:15.740 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-21T15:03:15.742 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-21T15:03:15.760 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.761 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.766 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.768 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.770 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.775 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T15:03:15.777 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-21T15:03:15.784 INFO:teuthology.task.internal:Configuring sudo... 2024-04-21T15:03:15.784 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-21T15:03:15.817 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-21T15:03:15.820 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-21T15:03:15.843 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-21T15:03:15.852 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-21T15:03:15.852 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T15:03:15.874 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T15:03:15.876 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T15:03:15.888 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T15:03:15.924 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T15:03:15.976 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:03:15.976 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T15:03:16.036 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T15:03:16.041 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T15:03:16.091 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:03:16.091 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T15:03:16.157 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T15:03:16.163 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T15:03:16.209 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:03:16.209 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T15:03:16.272 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-04-21T15:03:16.274 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-04-21T15:03:16.277 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2024-04-21T15:03:16.344 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-21T15:03:16.351 INFO:teuthology.task.internal:Starting timer... 2024-04-21T15:03:16.351 INFO:teuthology.run_tasks:Running task pcp... 2024-04-21T15:03:16.390 INFO:teuthology.run_tasks:Running task selinux... 2024-04-21T15:03:16.423 DEBUG:teuthology.task.selinux:Excluding smithi131: OS 'ubuntu' does not support SELinux 2024-04-21T15:03:16.423 DEBUG:teuthology.task.selinux:Excluding smithi148: OS 'ubuntu' does not support SELinux 2024-04-21T15:03:16.423 DEBUG:teuthology.task.selinux:Excluding smithi157: OS 'ubuntu' does not support SELinux 2024-04-21T15:03:16.423 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-21T15:03:16.424 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-21T15:03:16.424 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-21T15:03:16.424 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-21T15:03:16.457 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-21T15:03:16.463 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-21T15:03:16.596 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-21T15:03:16.620 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-21T15:03:16.621 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi131.front.sepia.ceph.com,smithi148.front.sepia.ceph.com,smithi157.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-21T15:10:18.307 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com'), Remote(name='ubuntu@smithi157.front.sepia.ceph.com')] 2024-04-21T15:10:18.308 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:10:18.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:10:18.389 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-04-21T15:10:18.470 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-21T15:10:18.471 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:10:18.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:10:18.549 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-04-21T15:10:18.626 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-21T15:10:18.627 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:10:18.627 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T15:10:18.704 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-04-21T15:10:18.782 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-21T15:10:18.783 INFO:teuthology.run_tasks:Running task clock... 2024-04-21T15:10:18.792 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-21T15:10:18.792 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T15:10:18.793 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:10:18.795 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T15:10:18.795 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:10:18.798 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T15:10:18.798 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Command line: ntpd -gq 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: ---------------------------------------------------- 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: ntp-4 is maintained by Network Time Foundation, 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: corporation. Support and training for ntp-4 are 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: available at https://www.nwtime.org/support 2024-04-21T15:10:18.823 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: ---------------------------------------------------- 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: proto: precision = 0.062 usec (-24) 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: basedate set to 2022-02-04 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: gps base set to 2022-02-06 (week 2196) 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.824 INFO:teuthology.orchestra.run.smithi131.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.825 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.825 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen and drop on 0 v6wildcard [::]:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen normally on 2 lo 127.0.0.1:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen normally on 3 enp3s0f1 172.21.15.131:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen normally on 4 lo [::1]:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:72f9%5]:123 2024-04-21T15:10:18.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:18 ntpd[17264]: Listening on routing socket on fd #22 for interface updates 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Command line: ntpd -gq 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: ---------------------------------------------------- 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: ntp-4 is maintained by Network Time Foundation, 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: corporation. Support and training for ntp-4 are 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: available at https://www.nwtime.org/support 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: ---------------------------------------------------- 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: proto: precision = 0.046 usec (-24) 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: basedate set to 2022-02-04 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: gps base set to 2022-02-06 (week 2196) 2024-04-21T15:10:18.827 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.828 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.828 INFO:teuthology.orchestra.run.smithi148.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.828 INFO:teuthology.orchestra.run.smithi148.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen and drop on 0 v6wildcard [::]:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen normally on 2 lo 127.0.0.1:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen normally on 3 enp3s0f1 172.21.15.148:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen normally on 4 lo [::1]:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7257%5]:123 2024-04-21T15:10:18.829 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:18 ntpd[17210]: Listening on routing socket on fd #22 for interface updates 2024-04-21T15:10:18.854 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-21T15:10:18.854 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Command line: ntpd -gq 2024-04-21T15:10:18.854 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: ---------------------------------------------------- 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: ntp-4 is maintained by Network Time Foundation, 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: corporation. Support and training for ntp-4 are 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: available at https://www.nwtime.org/support 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: ---------------------------------------------------- 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: proto: precision = 0.043 usec (-24) 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: basedate set to 2022-02-04 2024-04-21T15:10:18.855 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: gps base set to 2022-02-06 (week 2196) 2024-04-21T15:10:18.856 INFO:teuthology.orchestra.run.smithi157.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.856 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-21T15:10:18.856 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.856 INFO:teuthology.orchestra.run.smithi157.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-21T15:10:18.857 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen and drop on 0 v6wildcard [::]:123 2024-04-21T15:10:18.857 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-21T15:10:18.857 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen normally on 2 lo 127.0.0.1:123 2024-04-21T15:10:18.857 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen normally on 3 enp3s0f1 172.21.15.157:123 2024-04-21T15:10:18.858 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen normally on 4 lo [::1]:123 2024-04-21T15:10:18.858 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea1%5]:123 2024-04-21T15:10:18.858 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:18 ntpd[17238]: Listening on routing socket on fd #22 for interface updates 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:19.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:19 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:19.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:19 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:20.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:20 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:20.854 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:20.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:20.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:20.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:20.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:20.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:20 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:21.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:21 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:21.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:21.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:21 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:21.854 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:21 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:21.854 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:21 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:22.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:22 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:22.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:22 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:22.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:22.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:22.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:22 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:23.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:23.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:23 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:23.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.826 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:23.827 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:23 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:23.854 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:23.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:23.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:23.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:23 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:24.824 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:24 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:24.825 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:24 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:24.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:24.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:24 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:25.825 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stdout:21 Apr 15:10:25 ntpd[17264]: ntpd: time slew -0.001445 s 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stdout:ntpd: time slew -0.001445s 2024-04-21T15:10:25.826 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-21T15:10:25.827 INFO:teuthology.orchestra.run.smithi131.stderr:21 Apr 15:10:25 ntpd[17264]: can't open /var/log/ntpstats/loopstats.20240421: Permission denied 2024-04-21T15:10:25.828 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.828 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:25.829 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:25.830 INFO:teuthology.orchestra.run.smithi148.stdout:21 Apr 15:10:25 ntpd[17210]: ntpd: time slew +0.000272 s 2024-04-21T15:10:25.830 INFO:teuthology.orchestra.run.smithi148.stdout:ntpd: time slew +0.000272s 2024-04-21T15:10:25.830 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-21T15:10:25.830 INFO:teuthology.orchestra.run.smithi148.stderr:21 Apr 15:10:25 ntpd[17210]: can't open /var/log/ntpstats/loopstats.20240421: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:25.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:25 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================== 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.012 INFO:teuthology.orchestra.run.smithi148.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.143 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:26.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:26.855 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240421: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-21T15:10:26.856 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240421: Permission denied 2024-04-21T15:10:26.857 INFO:teuthology.orchestra.run.smithi157.stdout:21 Apr 15:10:26 ntpd[17238]: ntpd: time slew -0.002365 s 2024-04-21T15:10:26.857 INFO:teuthology.orchestra.run.smithi157.stdout:ntpd: time slew -0.002365s 2024-04-21T15:10:26.857 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-21T15:10:26.857 INFO:teuthology.orchestra.run.smithi157.stderr:21 Apr 15:10:26 ntpd[17238]: can't open /var/log/ntpstats/loopstats.20240421: Permission denied 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.919 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-21T15:10:26.920 INFO:teuthology.run_tasks:Running task install... 2024-04-21T15:10:26.929 DEBUG:teuthology.task.install:project ceph 2024-04-21T15:10:26.929 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '36c371567dddacf6207ea36f2535396ab31415fc'}} 2024-04-21T15:10:26.929 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '36c371567dddacf6207ea36f2535396ab31415fc'} 2024-04-21T15:10:26.929 INFO:teuthology.task.install:Using flavor: default 2024-04-21T15:10:26.935 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-04-21T15:10:26.935 INFO:teuthology.task.install:extra packages: [] 2024-04-21T15:10:26.936 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-key list | grep Ceph 2024-04-21T15:10:26.936 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-key list | grep Ceph 2024-04-21T15:10:26.936 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-key list | grep Ceph 2024-04-21T15:10:26.996 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-21T15:10:26.998 INFO:teuthology.orchestra.run.smithi148.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-21T15:10:27.019 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-21T15:10:27.022 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-21T15:10:27.023 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph.com (release key) 2024-04-21T15:10:27.023 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-04-21T15:10:27.023 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:10:27.028 INFO:teuthology.orchestra.run.smithi148.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-21T15:10:27.028 INFO:teuthology.orchestra.run.smithi148.stdout:uid [ unknown] Ceph.com (release key) 2024-04-21T15:10:27.028 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-04-21T15:10:27.029 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:10:27.045 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-21T15:10:27.046 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph.com (release key) 2024-04-21T15:10:27.046 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-04-21T15:10:27.046 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:10:27.160 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default/ 2024-04-21T15:10:27.160 INFO:teuthology.task.install.deb:Package version is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:27.174 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default/ 2024-04-21T15:10:27.174 INFO:teuthology.task.install.deb:Package version is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:27.184 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default/ 2024-04-21T15:10:27.184 INFO:teuthology.task.install.deb:Package version is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:27.359 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:10:27.359 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-21T15:10:27.374 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-04-21T15:10:27.431 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:10:27.431 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-21T15:10:27.441 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:10:27.441 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-21T15:10:27.445 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get update 2024-04-21T15:10:27.455 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-21T15:10:27.544 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:10:27.556 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:10:27.563 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:10:27.576 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:10:27.618 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:10:27.625 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:10:27.625 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-21T15:10:27.639 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:10:27.658 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:10:27.732 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-21T15:10:27.749 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-21T15:10:27.809 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-21T15:10:27.815 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-21T15:10:27.822 INFO:teuthology.orchestra.run.smithi148.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-21T15:10:27.830 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-21T15:10:27.874 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-21T15:10:27.886 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-21T15:10:27.892 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-21T15:10:27.895 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-21T15:10:27.936 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-04-21T15:10:27.948 INFO:teuthology.orchestra.run.smithi148.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-21T15:10:27.953 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-21T15:10:28.006 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-21T15:10:28.010 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-04-21T15:10:28.015 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-04-21T15:10:28.079 INFO:teuthology.orchestra.run.smithi148.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-21T15:10:28.089 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-21T15:10:28.093 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 29.3 kB in 1s (55.2 kB/s) 2024-04-21T15:10:28.174 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 29.3 kB in 1s (55.1 kB/s) 2024-04-21T15:10:28.178 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 29.3 kB in 1s (55.1 kB/s) 2024-04-21T15:10:29.028 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:10:29.044 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3160-g36c37156-1jammy cephadm=19.0.0-3160-g36c37156-1jammy ceph-mds=19.0.0-3160-g36c37156-1jammy ceph-mgr=19.0.0-3160-g36c37156-1jammy ceph-common=19.0.0-3160-g36c37156-1jammy ceph-fuse=19.0.0-3160-g36c37156-1jammy ceph-test=19.0.0-3160-g36c37156-1jammy ceph-volume=19.0.0-3160-g36c37156-1jammy radosgw=19.0.0-3160-g36c37156-1jammy python3-rados=19.0.0-3160-g36c37156-1jammy python3-rgw=19.0.0-3160-g36c37156-1jammy python3-cephfs=19.0.0-3160-g36c37156-1jammy python3-rbd=19.0.0-3160-g36c37156-1jammy libcephfs2=19.0.0-3160-g36c37156-1jammy libcephfs-dev=19.0.0-3160-g36c37156-1jammy librados2=19.0.0-3160-g36c37156-1jammy librbd1=19.0.0-3160-g36c37156-1jammy rbd-fuse=19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:29.096 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-04-21T15:10:29.151 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:10:29.153 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:10:29.168 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3160-g36c37156-1jammy cephadm=19.0.0-3160-g36c37156-1jammy ceph-mds=19.0.0-3160-g36c37156-1jammy ceph-mgr=19.0.0-3160-g36c37156-1jammy ceph-common=19.0.0-3160-g36c37156-1jammy ceph-fuse=19.0.0-3160-g36c37156-1jammy ceph-test=19.0.0-3160-g36c37156-1jammy ceph-volume=19.0.0-3160-g36c37156-1jammy radosgw=19.0.0-3160-g36c37156-1jammy python3-rados=19.0.0-3160-g36c37156-1jammy python3-rgw=19.0.0-3160-g36c37156-1jammy python3-cephfs=19.0.0-3160-g36c37156-1jammy python3-rbd=19.0.0-3160-g36c37156-1jammy libcephfs2=19.0.0-3160-g36c37156-1jammy libcephfs-dev=19.0.0-3160-g36c37156-1jammy librados2=19.0.0-3160-g36c37156-1jammy librbd1=19.0.0-3160-g36c37156-1jammy rbd-fuse=19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:29.169 DEBUG:teuthology.orchestra.run.smithi148:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3160-g36c37156-1jammy cephadm=19.0.0-3160-g36c37156-1jammy ceph-mds=19.0.0-3160-g36c37156-1jammy ceph-mgr=19.0.0-3160-g36c37156-1jammy ceph-common=19.0.0-3160-g36c37156-1jammy ceph-fuse=19.0.0-3160-g36c37156-1jammy ceph-test=19.0.0-3160-g36c37156-1jammy ceph-volume=19.0.0-3160-g36c37156-1jammy radosgw=19.0.0-3160-g36c37156-1jammy python3-rados=19.0.0-3160-g36c37156-1jammy python3-rgw=19.0.0-3160-g36c37156-1jammy python3-cephfs=19.0.0-3160-g36c37156-1jammy python3-rbd=19.0.0-3160-g36c37156-1jammy libcephfs2=19.0.0-3160-g36c37156-1jammy libcephfs-dev=19.0.0-3160-g36c37156-1jammy librados2=19.0.0-3160-g36c37156-1jammy librbd1=19.0.0-3160-g36c37156-1jammy rbd-fuse=19.0.0-3160-g36c37156-1jammy 2024-04-21T15:10:29.220 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-21T15:10:29.229 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2024-04-21T15:10:29.276 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-04-21T15:10:29.277 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-04-21T15:10:29.398 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-21T15:10:29.399 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-21T15:10:29.436 INFO:teuthology.orchestra.run.smithi148.stdout:Building dependency tree... 2024-04-21T15:10:29.437 INFO:teuthology.orchestra.run.smithi148.stdout:Reading state information... 2024-04-21T15:10:29.450 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:10:29.451 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:10:29.451 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:10:29.451 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:10:29.451 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:10:29.452 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:10:29.452 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:10:29.452 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-04-21T15:10:29.452 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-21T15:10:29.452 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.454 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-21T15:10:29.455 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet zip 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-04-21T15:10:29.456 INFO:teuthology.orchestra.run.smithi131.stdout: btrfs-tools 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-21T15:10:29.555 INFO:teuthology.orchestra.run.smithi131.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-21T15:10:29.556 INFO:teuthology.orchestra.run.smithi131.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-21T15:10:29.556 INFO:teuthology.orchestra.run.smithi131.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-21T15:10:29.556 INFO:teuthology.orchestra.run.smithi131.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-21T15:10:29.556 INFO:teuthology.orchestra.run.smithi131.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-21T15:10:29.557 INFO:teuthology.orchestra.run.smithi131.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-21T15:10:29.558 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-21T15:10:29.558 INFO:teuthology.orchestra.run.smithi131.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-21T15:10:29.573 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:10:29.573 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:10:29.574 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:10:29.574 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:10:29.574 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:10:29.574 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:10:29.574 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:10:29.575 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-04-21T15:10:29.575 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-21T15:10:29.575 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-21T15:10:29.575 INFO:teuthology.orchestra.run.smithi157.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-21T15:10:29.575 INFO:teuthology.orchestra.run.smithi157.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-21T15:10:29.576 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-21T15:10:29.576 INFO:teuthology.orchestra.run.smithi157.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-21T15:10:29.576 INFO:teuthology.orchestra.run.smithi157.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-21T15:10:29.576 INFO:teuthology.orchestra.run.smithi157.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-21T15:10:29.576 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-21T15:10:29.577 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet zip 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-04-21T15:10:29.578 INFO:teuthology.orchestra.run.smithi157.stdout: btrfs-tools 2024-04-21T15:10:29.626 INFO:teuthology.orchestra.run.smithi148.stdout:The following packages were automatically installed and are no longer required: 2024-04-21T15:10:29.626 INFO:teuthology.orchestra.run.smithi148.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-21T15:10:29.626 INFO:teuthology.orchestra.run.smithi148.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-21T15:10:29.626 INFO:teuthology.orchestra.run.smithi148.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-21T15:10:29.627 INFO:teuthology.orchestra.run.smithi148.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-21T15:10:29.627 INFO:teuthology.orchestra.run.smithi148.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-21T15:10:29.627 INFO:teuthology.orchestra.run.smithi148.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-21T15:10:29.627 INFO:teuthology.orchestra.run.smithi148.stdout:The following additional packages will be installed: 2024-04-21T15:10:29.628 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-21T15:10:29.628 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-21T15:10:29.628 INFO:teuthology.orchestra.run.smithi148.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-21T15:10:29.628 INFO:teuthology.orchestra.run.smithi148.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.629 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-21T15:10:29.630 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet zip 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout:Suggested packages: 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout:Recommended packages: 2024-04-21T15:10:29.631 INFO:teuthology.orchestra.run.smithi148.stdout: btrfs-tools 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-21T15:10:29.676 INFO:teuthology.orchestra.run.smithi157.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-21T15:10:29.677 INFO:teuthology.orchestra.run.smithi157.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-21T15:10:29.678 INFO:teuthology.orchestra.run.smithi157.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-21T15:10:29.679 INFO:teuthology.orchestra.run.smithi157.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-21T15:10:29.729 INFO:teuthology.orchestra.run.smithi148.stdout:The following NEW packages will be installed: 2024-04-21T15:10:29.729 INFO:teuthology.orchestra.run.smithi148.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-21T15:10:29.729 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-21T15:10:29.729 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-21T15:10:29.730 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-21T15:10:29.730 INFO:teuthology.orchestra.run.smithi148.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-21T15:10:29.730 INFO:teuthology.orchestra.run.smithi148.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-21T15:10:29.731 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-21T15:10:29.732 INFO:teuthology.orchestra.run.smithi148.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-21T15:10:29.746 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-21T15:10:29.746 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 181 MB of archives. 2024-04-21T15:10:29.747 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-21T15:10:29.747 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-21T15:10:29.795 INFO:teuthology.orchestra.run.smithi148.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-21T15:10:29.795 INFO:teuthology.orchestra.run.smithi148.stdout:Need to get 181 MB of archives. 2024-04-21T15:10:29.795 INFO:teuthology.orchestra.run.smithi148.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-21T15:10:29.795 INFO:teuthology.orchestra.run.smithi148.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-21T15:10:29.865 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-21T15:10:29.865 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 181 MB of archives. 2024-04-21T15:10:29.865 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-21T15:10:29.865 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-21T15:10:29.902 INFO:teuthology.orchestra.run.smithi148.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-21T15:10:29.905 INFO:teuthology.orchestra.run.smithi148.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-21T15:10:29.917 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3160-g36c37156-1jammy [3,552 kB] 2024-04-21T15:10:29.926 INFO:teuthology.orchestra.run.smithi148.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-21T15:10:29.955 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3160-g36c37156-1jammy [3,552 kB] 2024-04-21T15:10:30.002 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-21T15:10:30.010 INFO:teuthology.orchestra.run.smithi148.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-21T15:10:30.010 INFO:teuthology.orchestra.run.smithi148.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3160-g36c37156-1jammy [3,552 kB] 2024-04-21T15:10:30.024 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-21T15:10:30.028 INFO:teuthology.orchestra.run.smithi148.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-21T15:10:30.028 INFO:teuthology.orchestra.run.smithi148.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-21T15:10:30.029 INFO:teuthology.orchestra.run.smithi148.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-21T15:10:30.038 INFO:teuthology.orchestra.run.smithi148.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-21T15:10:30.041 INFO:teuthology.orchestra.run.smithi148.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-21T15:10:30.043 INFO:teuthology.orchestra.run.smithi148.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-21T15:10:30.045 INFO:teuthology.orchestra.run.smithi148.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-21T15:10:30.066 INFO:teuthology.orchestra.run.smithi148.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-21T15:10:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-21T15:10:30.071 INFO:teuthology.orchestra.run.smithi148.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-21T15:10:30.073 INFO:teuthology.orchestra.run.smithi148.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-21T15:10:30.074 INFO:teuthology.orchestra.run.smithi148.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-21T15:10:30.074 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.075 INFO:teuthology.orchestra.run.smithi148.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-21T15:10:30.075 INFO:teuthology.orchestra.run.smithi148.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-21T15:10:30.076 INFO:teuthology.orchestra.run.smithi148.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-21T15:10:30.090 INFO:teuthology.orchestra.run.smithi148.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-21T15:10:30.097 INFO:teuthology.orchestra.run.smithi148.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-21T15:10:30.098 INFO:teuthology.orchestra.run.smithi148.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-21T15:10:30.098 INFO:teuthology.orchestra.run.smithi148.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-21T15:10:30.101 INFO:teuthology.orchestra.run.smithi148.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-21T15:10:30.101 INFO:teuthology.orchestra.run.smithi148.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-21T15:10:30.102 INFO:teuthology.orchestra.run.smithi148.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-21T15:10:30.102 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.103 INFO:teuthology.orchestra.run.smithi148.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-21T15:10:30.110 INFO:teuthology.orchestra.run.smithi148.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-21T15:10:30.125 INFO:teuthology.orchestra.run.smithi148.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-21T15:10:30.126 INFO:teuthology.orchestra.run.smithi148.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-21T15:10:30.126 INFO:teuthology.orchestra.run.smithi148.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-21T15:10:30.127 INFO:teuthology.orchestra.run.smithi148.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-21T15:10:30.133 INFO:teuthology.orchestra.run.smithi148.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-21T15:10:30.133 INFO:teuthology.orchestra.run.smithi148.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-21T15:10:30.133 INFO:teuthology.orchestra.run.smithi148.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-21T15:10:30.134 INFO:teuthology.orchestra.run.smithi148.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-21T15:10:30.135 INFO:teuthology.orchestra.run.smithi148.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-21T15:10:30.154 INFO:teuthology.orchestra.run.smithi148.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-21T15:10:30.154 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.156 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.157 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.168 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-21T15:10:30.180 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-21T15:10:30.188 INFO:teuthology.orchestra.run.smithi148.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-21T15:10:30.189 INFO:teuthology.orchestra.run.smithi148.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-21T15:10:30.190 INFO:teuthology.orchestra.run.smithi148.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-21T15:10:30.193 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.261 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-21T15:10:30.292 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-21T15:10:30.304 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-21T15:10:30.350 INFO:teuthology.orchestra.run.smithi148.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-21T15:10:30.352 INFO:teuthology.orchestra.run.smithi148.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-21T15:10:30.354 INFO:teuthology.orchestra.run.smithi148.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-21T15:10:30.354 INFO:teuthology.orchestra.run.smithi148.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-21T15:10:30.356 INFO:teuthology.orchestra.run.smithi148.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-21T15:10:30.383 INFO:teuthology.orchestra.run.smithi148.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-21T15:10:30.385 INFO:teuthology.orchestra.run.smithi148.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-21T15:10:30.386 INFO:teuthology.orchestra.run.smithi148.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-21T15:10:30.386 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-21T15:10:30.403 INFO:teuthology.orchestra.run.smithi148.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-21T15:10:30.403 INFO:teuthology.orchestra.run.smithi148.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-21T15:10:30.411 INFO:teuthology.orchestra.run.smithi148.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-21T15:10:30.411 INFO:teuthology.orchestra.run.smithi148.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-21T15:10:30.412 INFO:teuthology.orchestra.run.smithi148.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-21T15:10:30.412 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:30.413 INFO:teuthology.orchestra.run.smithi148.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-21T15:10:30.431 INFO:teuthology.orchestra.run.smithi148.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-21T15:10:30.435 INFO:teuthology.orchestra.run.smithi148.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-21T15:10:30.437 INFO:teuthology.orchestra.run.smithi148.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-21T15:10:30.439 INFO:teuthology.orchestra.run.smithi148.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-21T15:10:30.439 INFO:teuthology.orchestra.run.smithi148.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-21T15:10:30.458 INFO:teuthology.orchestra.run.smithi148.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-21T15:10:30.466 INFO:teuthology.orchestra.run.smithi148.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-21T15:10:30.469 INFO:teuthology.orchestra.run.smithi148.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-21T15:10:30.469 INFO:teuthology.orchestra.run.smithi148.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-21T15:10:30.479 INFO:teuthology.orchestra.run.smithi148.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-21T15:10:30.491 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-21T15:10:30.491 INFO:teuthology.orchestra.run.smithi148.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-21T15:10:30.498 INFO:teuthology.orchestra.run.smithi148.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-21T15:10:30.498 INFO:teuthology.orchestra.run.smithi148.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-21T15:10:30.499 INFO:teuthology.orchestra.run.smithi148.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-21T15:10:30.500 INFO:teuthology.orchestra.run.smithi148.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-21T15:10:30.502 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-21T15:10:30.515 INFO:teuthology.orchestra.run.smithi148.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-21T15:10:30.517 INFO:teuthology.orchestra.run.smithi148.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-21T15:10:30.530 INFO:teuthology.orchestra.run.smithi148.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-21T15:10:30.531 INFO:teuthology.orchestra.run.smithi148.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-21T15:10:30.531 INFO:teuthology.orchestra.run.smithi148.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-21T15:10:30.533 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-21T15:10:30.537 INFO:teuthology.orchestra.run.smithi148.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-21T15:10:30.540 INFO:teuthology.orchestra.run.smithi148.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-21T15:10:30.543 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-21T15:10:30.544 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-21T15:10:30.545 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-21T15:10:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-21T15:10:30.613 INFO:teuthology.orchestra.run.smithi148.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3160-g36c37156-1jammy [3,224 kB] 2024-04-21T15:10:30.616 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-21T15:10:30.630 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-21T15:10:30.660 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-21T15:10:30.669 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-21T15:10:30.670 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-21T15:10:30.671 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-21T15:10:30.689 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-21T15:10:30.731 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-21T15:10:30.857 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-21T15:10:30.893 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3160-g36c37156-1jammy [3,224 kB] 2024-04-21T15:10:30.912 INFO:teuthology.orchestra.run.smithi148.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3160-g36c37156-1jammy [713 kB] 2024-04-21T15:10:30.967 INFO:teuthology.orchestra.run.smithi148.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3160-g36c37156-1jammy [356 kB] 2024-04-21T15:10:31.010 INFO:teuthology.orchestra.run.smithi148.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3160-g36c37156-1jammy [32.8 kB] 2024-04-21T15:10:31.013 INFO:teuthology.orchestra.run.smithi148.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3160-g36c37156-1jammy [180 kB] 2024-04-21T15:10:31.027 INFO:teuthology.orchestra.run.smithi148.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3160-g36c37156-1jammy [66.9 kB] 2024-04-21T15:10:31.032 INFO:teuthology.orchestra.run.smithi148.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3160-g36c37156-1jammy [330 kB] 2024-04-21T15:10:31.066 INFO:teuthology.orchestra.run.smithi148.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3160-g36c37156-1jammy [6,895 kB] 2024-04-21T15:10:31.139 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-21T15:10:31.172 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-21T15:10:31.174 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-21T15:10:31.255 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-21T15:10:31.265 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-21T15:10:31.298 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-21T15:10:31.300 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-21T15:10:31.306 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-21T15:10:31.327 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-21T15:10:31.334 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-21T15:10:31.335 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-21T15:10:31.347 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-21T15:10:31.347 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-21T15:10:31.381 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-21T15:10:31.432 INFO:teuthology.orchestra.run.smithi157.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-21T15:10:31.453 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-21T15:10:31.460 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-21T15:10:31.461 INFO:teuthology.orchestra.run.smithi157.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-04-21T15:10:31.467 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3160-g36c37156-1jammy [3,224 kB] 2024-04-21T15:10:31.469 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3160-g36c37156-1jammy [713 kB] 2024-04-21T15:10:31.473 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-21T15:10:31.473 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-21T15:10:31.513 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-21T15:10:31.596 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-21T15:10:31.612 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3160-g36c37156-1jammy [356 kB] 2024-04-21T15:10:31.625 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-21T15:10:31.639 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-21T15:10:31.642 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-21T15:10:31.686 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-21T15:10:31.686 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3160-g36c37156-1jammy [32.8 kB] 2024-04-21T15:10:31.688 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3160-g36c37156-1jammy [180 kB] 2024-04-21T15:10:31.722 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-21T15:10:31.734 INFO:teuthology.orchestra.run.smithi148.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3160-g36c37156-1jammy [112 kB] 2024-04-21T15:10:31.742 INFO:teuthology.orchestra.run.smithi148.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3160-g36c37156-1jammy [466 kB] 2024-04-21T15:10:31.751 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-21T15:10:31.754 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3160-g36c37156-1jammy [66.9 kB] 2024-04-21T15:10:31.758 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3160-g36c37156-1jammy [330 kB] 2024-04-21T15:10:31.768 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-21T15:10:31.795 INFO:teuthology.orchestra.run.smithi148.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3160-g36c37156-1jammy [25.8 MB] 2024-04-21T15:10:31.812 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-21T15:10:31.833 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3160-g36c37156-1jammy [6,895 kB] 2024-04-21T15:10:31.901 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-21T15:10:31.916 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-21T15:10:31.923 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-21T15:10:31.928 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-21T15:10:31.950 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-21T15:10:31.953 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-21T15:10:32.027 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-21T15:10:32.042 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-21T15:10:32.049 INFO:teuthology.orchestra.run.smithi157.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-21T15:10:32.055 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-21T15:10:32.076 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-21T15:10:32.080 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-21T15:10:32.120 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-21T15:10:32.245 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-21T15:10:32.453 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-21T15:10:32.464 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3160-g36c37156-1jammy [713 kB] 2024-04-21T15:10:32.484 INFO:teuthology.orchestra.run.smithi131.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-21T15:10:32.495 INFO:teuthology.orchestra.run.smithi131.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-21T15:10:32.561 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3160-g36c37156-1jammy [356 kB] 2024-04-21T15:10:32.577 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-21T15:10:32.609 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-21T15:10:32.620 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-21T15:10:32.633 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3160-g36c37156-1jammy [32.8 kB] 2024-04-21T15:10:32.636 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3160-g36c37156-1jammy [180 kB] 2024-04-21T15:10:32.697 INFO:teuthology.orchestra.run.smithi131.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-21T15:10:32.699 INFO:teuthology.orchestra.run.smithi131.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-21T15:10:32.705 INFO:teuthology.orchestra.run.smithi131.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-21T15:10:32.711 INFO:teuthology.orchestra.run.smithi131.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-21T15:10:32.725 INFO:teuthology.orchestra.run.smithi131.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-21T15:10:32.747 INFO:teuthology.orchestra.run.smithi131.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-21T15:10:32.753 INFO:teuthology.orchestra.run.smithi131.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-21T15:10:32.763 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3160-g36c37156-1jammy [66.9 kB] 2024-04-21T15:10:32.765 INFO:teuthology.orchestra.run.smithi157.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3160-g36c37156-1jammy [330 kB] 2024-04-21T15:10:32.791 INFO:teuthology.orchestra.run.smithi157.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3160-g36c37156-1jammy [6,895 kB] 2024-04-21T15:10:32.822 INFO:teuthology.orchestra.run.smithi157.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-21T15:10:32.823 INFO:teuthology.orchestra.run.smithi157.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-21T15:10:32.830 INFO:teuthology.orchestra.run.smithi157.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-21T15:10:32.835 INFO:teuthology.orchestra.run.smithi157.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-21T15:10:32.850 INFO:teuthology.orchestra.run.smithi157.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-21T15:10:32.872 INFO:teuthology.orchestra.run.smithi157.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-21T15:10:32.878 INFO:teuthology.orchestra.run.smithi157.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-21T15:10:32.928 INFO:teuthology.orchestra.run.smithi131.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-21T15:10:33.053 INFO:teuthology.orchestra.run.smithi157.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-21T15:10:33.191 INFO:teuthology.orchestra.run.smithi131.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-21T15:10:33.317 INFO:teuthology.orchestra.run.smithi157.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-21T15:10:33.370 INFO:teuthology.orchestra.run.smithi131.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-21T15:10:33.384 INFO:teuthology.orchestra.run.smithi131.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-21T15:10:33.403 INFO:teuthology.orchestra.run.smithi131.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-21T15:10:33.406 INFO:teuthology.orchestra.run.smithi131.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3160-g36c37156-1jammy [112 kB] 2024-04-21T15:10:33.418 INFO:teuthology.orchestra.run.smithi131.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3160-g36c37156-1jammy [466 kB] 2024-04-21T15:10:33.468 INFO:teuthology.orchestra.run.smithi131.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-21T15:10:33.494 INFO:teuthology.orchestra.run.smithi157.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-21T15:10:33.509 INFO:teuthology.orchestra.run.smithi157.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-21T15:10:33.528 INFO:teuthology.orchestra.run.smithi157.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-21T15:10:33.574 INFO:teuthology.orchestra.run.smithi131.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3160-g36c37156-1jammy [25.8 MB] 2024-04-21T15:10:33.593 INFO:teuthology.orchestra.run.smithi157.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-21T15:10:33.755 INFO:teuthology.orchestra.run.smithi131.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-21T15:10:33.758 INFO:teuthology.orchestra.run.smithi131.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-21T15:10:33.761 INFO:teuthology.orchestra.run.smithi131.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-21T15:10:33.761 INFO:teuthology.orchestra.run.smithi131.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-21T15:10:33.763 INFO:teuthology.orchestra.run.smithi131.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-21T15:10:33.881 INFO:teuthology.orchestra.run.smithi157.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-21T15:10:33.883 INFO:teuthology.orchestra.run.smithi157.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-21T15:10:33.885 INFO:teuthology.orchestra.run.smithi157.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-21T15:10:33.886 INFO:teuthology.orchestra.run.smithi157.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-21T15:10:33.888 INFO:teuthology.orchestra.run.smithi157.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-21T15:10:33.983 INFO:teuthology.orchestra.run.smithi131.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-21T15:10:34.071 INFO:teuthology.orchestra.run.smithi157.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3160-g36c37156-1jammy [112 kB] 2024-04-21T15:10:34.109 INFO:teuthology.orchestra.run.smithi157.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-21T15:10:34.117 INFO:teuthology.orchestra.run.smithi157.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3160-g36c37156-1jammy [466 kB] 2024-04-21T15:10:34.204 INFO:teuthology.orchestra.run.smithi157.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3160-g36c37156-1jammy [25.8 MB] 2024-04-21T15:10:34.413 INFO:teuthology.orchestra.run.smithi131.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-21T15:10:34.419 INFO:teuthology.orchestra.run.smithi131.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-21T15:10:34.547 INFO:teuthology.orchestra.run.smithi157.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-21T15:10:34.553 INFO:teuthology.orchestra.run.smithi157.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-21T15:10:34.709 INFO:teuthology.orchestra.run.smithi131.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-21T15:10:34.709 INFO:teuthology.orchestra.run.smithi131.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-21T15:10:34.712 INFO:teuthology.orchestra.run.smithi131.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-21T15:10:34.713 INFO:teuthology.orchestra.run.smithi131.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-21T15:10:34.715 INFO:teuthology.orchestra.run.smithi131.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-21T15:10:34.717 INFO:teuthology.orchestra.run.smithi131.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-21T15:10:34.718 INFO:teuthology.orchestra.run.smithi131.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-21T15:10:34.721 INFO:teuthology.orchestra.run.smithi131.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-21T15:10:34.746 INFO:teuthology.orchestra.run.smithi148.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3160-g36c37156-1jammy [5,094 kB] 2024-04-21T15:10:34.844 INFO:teuthology.orchestra.run.smithi157.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-21T15:10:34.845 INFO:teuthology.orchestra.run.smithi157.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-21T15:10:34.847 INFO:teuthology.orchestra.run.smithi157.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-21T15:10:34.849 INFO:teuthology.orchestra.run.smithi157.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-21T15:10:34.850 INFO:teuthology.orchestra.run.smithi157.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-21T15:10:34.852 INFO:teuthology.orchestra.run.smithi157.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-21T15:10:34.854 INFO:teuthology.orchestra.run.smithi157.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-21T15:10:34.856 INFO:teuthology.orchestra.run.smithi157.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-21T15:10:34.901 INFO:teuthology.orchestra.run.smithi131.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-21T15:10:35.037 INFO:teuthology.orchestra.run.smithi157.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-21T15:10:35.314 INFO:teuthology.orchestra.run.smithi148.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3160-g36c37156-1jammy [244 kB] 2024-04-21T15:10:35.316 INFO:teuthology.orchestra.run.smithi131.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-21T15:10:35.331 INFO:teuthology.orchestra.run.smithi148.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:35.341 INFO:teuthology.orchestra.run.smithi148.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3160-g36c37156-1jammy [1,527 kB] 2024-04-21T15:10:35.362 INFO:teuthology.orchestra.run.smithi131.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-21T15:10:35.397 INFO:teuthology.orchestra.run.smithi131.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-21T15:10:35.451 INFO:teuthology.orchestra.run.smithi157.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-21T15:10:35.495 INFO:teuthology.orchestra.run.smithi131.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-21T15:10:35.498 INFO:teuthology.orchestra.run.smithi157.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-21T15:10:35.533 INFO:teuthology.orchestra.run.smithi157.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-21T15:10:35.535 INFO:teuthology.orchestra.run.smithi131.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-21T15:10:35.543 INFO:teuthology.orchestra.run.smithi148.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3160-g36c37156-1jammy [6,257 kB] 2024-04-21T15:10:35.547 INFO:teuthology.orchestra.run.smithi131.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-21T15:10:35.553 INFO:teuthology.orchestra.run.smithi131.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-21T15:10:35.599 INFO:teuthology.orchestra.run.smithi131.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-21T15:10:35.602 INFO:teuthology.orchestra.run.smithi131.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-21T15:10:35.624 INFO:teuthology.orchestra.run.smithi131.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-21T15:10:35.629 INFO:teuthology.orchestra.run.smithi157.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-21T15:10:35.670 INFO:teuthology.orchestra.run.smithi157.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-21T15:10:35.681 INFO:teuthology.orchestra.run.smithi157.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-21T15:10:35.686 INFO:teuthology.orchestra.run.smithi157.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-21T15:10:35.733 INFO:teuthology.orchestra.run.smithi157.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-21T15:10:35.737 INFO:teuthology.orchestra.run.smithi157.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-21T15:10:35.758 INFO:teuthology.orchestra.run.smithi157.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-21T15:10:35.788 INFO:teuthology.orchestra.run.smithi131.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-21T15:10:35.922 INFO:teuthology.orchestra.run.smithi157.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-21T15:10:36.061 INFO:teuthology.orchestra.run.smithi131.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-21T15:10:36.079 INFO:teuthology.orchestra.run.smithi131.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-21T15:10:36.195 INFO:teuthology.orchestra.run.smithi157.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-21T15:10:36.213 INFO:teuthology.orchestra.run.smithi157.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-21T15:10:36.233 INFO:teuthology.orchestra.run.smithi131.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-21T15:10:36.263 INFO:teuthology.orchestra.run.smithi131.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-21T15:10:36.359 INFO:teuthology.orchestra.run.smithi148.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3160-g36c37156-1jammy [22.8 MB] 2024-04-21T15:10:36.367 INFO:teuthology.orchestra.run.smithi157.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-21T15:10:36.397 INFO:teuthology.orchestra.run.smithi157.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-21T15:10:36.420 INFO:teuthology.orchestra.run.smithi131.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-21T15:10:36.423 INFO:teuthology.orchestra.run.smithi131.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-21T15:10:36.425 INFO:teuthology.orchestra.run.smithi131.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-21T15:10:36.447 INFO:teuthology.orchestra.run.smithi131.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-21T15:10:36.452 INFO:teuthology.orchestra.run.smithi131.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-21T15:10:36.554 INFO:teuthology.orchestra.run.smithi157.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-21T15:10:36.557 INFO:teuthology.orchestra.run.smithi157.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-21T15:10:36.559 INFO:teuthology.orchestra.run.smithi157.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-21T15:10:36.581 INFO:teuthology.orchestra.run.smithi157.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-21T15:10:36.585 INFO:teuthology.orchestra.run.smithi157.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-21T15:10:38.650 INFO:teuthology.orchestra.run.smithi157.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3160-g36c37156-1jammy [5,094 kB] 2024-04-21T15:10:39.355 INFO:teuthology.orchestra.run.smithi148.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3160-g36c37156-1jammy [14.0 kB] 2024-04-21T15:10:39.355 INFO:teuthology.orchestra.run.smithi148.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3160-g36c37156-1jammy [870 kB] 2024-04-21T15:10:39.373 INFO:teuthology.orchestra.run.smithi148.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3160-g36c37156-1jammy [2,436 kB] 2024-04-21T15:10:39.446 INFO:teuthology.orchestra.run.smithi157.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3160-g36c37156-1jammy [244 kB] 2024-04-21T15:10:39.462 INFO:teuthology.orchestra.run.smithi157.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:39.489 INFO:teuthology.orchestra.run.smithi157.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3160-g36c37156-1jammy [1,527 kB] 2024-04-21T15:10:39.618 INFO:teuthology.orchestra.run.smithi148.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3160-g36c37156-1jammy [791 kB] 2024-04-21T15:10:39.714 INFO:teuthology.orchestra.run.smithi148.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3160-g36c37156-1jammy [148 kB] 2024-04-21T15:10:39.726 INFO:teuthology.orchestra.run.smithi148.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3160-g36c37156-1jammy [2,297 kB] 2024-04-21T15:10:39.747 INFO:teuthology.orchestra.run.smithi157.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3160-g36c37156-1jammy [6,257 kB] 2024-04-21T15:10:39.999 INFO:teuthology.orchestra.run.smithi131.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3160-g36c37156-1jammy [5,094 kB] 2024-04-21T15:10:40.009 INFO:teuthology.orchestra.run.smithi148.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3160-g36c37156-1jammy [8,625 kB] 2024-04-21T15:10:40.812 INFO:teuthology.orchestra.run.smithi157.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3160-g36c37156-1jammy [22.8 MB] 2024-04-21T15:10:41.045 INFO:teuthology.orchestra.run.smithi131.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3160-g36c37156-1jammy [244 kB] 2024-04-21T15:10:41.072 INFO:teuthology.orchestra.run.smithi148.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3160-g36c37156-1jammy [14.2 kB] 2024-04-21T15:10:41.073 INFO:teuthology.orchestra.run.smithi148.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3160-g36c37156-1jammy [51.6 MB] 2024-04-21T15:10:41.095 INFO:teuthology.orchestra.run.smithi131.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:41.122 INFO:teuthology.orchestra.run.smithi131.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3160-g36c37156-1jammy [1,527 kB] 2024-04-21T15:10:41.479 INFO:teuthology.orchestra.run.smithi131.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3160-g36c37156-1jammy [6,257 kB] 2024-04-21T15:10:42.867 INFO:teuthology.orchestra.run.smithi131.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3160-g36c37156-1jammy [22.8 MB] 2024-04-21T15:10:44.350 INFO:teuthology.orchestra.run.smithi157.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3160-g36c37156-1jammy [14.0 kB] 2024-04-21T15:10:44.351 INFO:teuthology.orchestra.run.smithi157.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3160-g36c37156-1jammy [870 kB] 2024-04-21T15:10:44.383 INFO:teuthology.orchestra.run.smithi157.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3160-g36c37156-1jammy [2,436 kB] 2024-04-21T15:10:44.692 INFO:teuthology.orchestra.run.smithi157.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3160-g36c37156-1jammy [791 kB] 2024-04-21T15:10:44.775 INFO:teuthology.orchestra.run.smithi157.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3160-g36c37156-1jammy [148 kB] 2024-04-21T15:10:44.784 INFO:teuthology.orchestra.run.smithi157.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3160-g36c37156-1jammy [2,297 kB] 2024-04-21T15:10:45.042 INFO:teuthology.orchestra.run.smithi157.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3160-g36c37156-1jammy [8,625 kB] 2024-04-21T15:10:46.032 INFO:teuthology.orchestra.run.smithi157.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3160-g36c37156-1jammy [14.2 kB] 2024-04-21T15:10:46.033 INFO:teuthology.orchestra.run.smithi157.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3160-g36c37156-1jammy [51.6 MB] 2024-04-21T15:10:47.437 INFO:teuthology.orchestra.run.smithi131.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3160-g36c37156-1jammy [14.0 kB] 2024-04-21T15:10:47.438 INFO:teuthology.orchestra.run.smithi131.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3160-g36c37156-1jammy [870 kB] 2024-04-21T15:10:47.455 INFO:teuthology.orchestra.run.smithi131.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3160-g36c37156-1jammy [2,436 kB] 2024-04-21T15:10:47.708 INFO:teuthology.orchestra.run.smithi131.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3160-g36c37156-1jammy [791 kB] 2024-04-21T15:10:47.837 INFO:teuthology.orchestra.run.smithi131.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3160-g36c37156-1jammy [148 kB] 2024-04-21T15:10:47.869 INFO:teuthology.orchestra.run.smithi131.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3160-g36c37156-1jammy [2,297 kB] 2024-04-21T15:10:48.257 INFO:teuthology.orchestra.run.smithi131.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3160-g36c37156-1jammy [8,625 kB] 2024-04-21T15:10:49.246 INFO:teuthology.orchestra.run.smithi148.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:49.249 INFO:teuthology.orchestra.run.smithi148.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3160-g36c37156-1jammy [38.9 kB] 2024-04-21T15:10:49.250 INFO:teuthology.orchestra.run.smithi148.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3160-g36c37156-1jammy [13.6 MB] 2024-04-21T15:10:49.780 INFO:teuthology.orchestra.run.smithi131.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3160-g36c37156-1jammy [14.2 kB] 2024-04-21T15:10:49.831 INFO:teuthology.orchestra.run.smithi131.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3160-g36c37156-1jammy [51.6 MB] 2024-04-21T15:10:49.982 INFO:teuthology.orchestra.run.smithi157.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:49.984 INFO:teuthology.orchestra.run.smithi157.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3160-g36c37156-1jammy [38.9 kB] 2024-04-21T15:10:49.986 INFO:teuthology.orchestra.run.smithi157.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3160-g36c37156-1jammy [13.6 MB] 2024-04-21T15:10:50.768 INFO:teuthology.orchestra.run.smithi157.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3160-g36c37156-1jammy [91.2 kB] 2024-04-21T15:10:51.220 INFO:teuthology.orchestra.run.smithi148.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3160-g36c37156-1jammy [91.2 kB] 2024-04-21T15:10:51.327 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 181 MB in 21s (8,590 kB/s) 2024-04-21T15:10:51.496 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-21T15:10:51.596 INFO:teuthology.orchestra.run.smithi157.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-04-21T15:10:51.602 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-21T15:10:51.694 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:10:51.780 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 181 MB in 21s (8,430 kB/s) 2024-04-21T15:10:51.948 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-21T15:10:52.049 INFO:teuthology.orchestra.run.smithi148.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-04-21T15:10:52.054 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-21T15:10:52.138 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:10:52.190 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-21T15:10:52.216 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-21T15:10:52.256 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:10:52.500 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-21T15:10:52.526 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-21T15:10:52.583 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:10:52.601 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-21T15:10:52.627 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-21T15:10:52.667 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:10:52.878 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-21T15:10:52.904 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-21T15:10:52.936 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:10:53.038 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-21T15:10:53.064 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:53.112 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:53.364 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-21T15:10:53.391 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:53.440 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:53.524 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-21T15:10:53.550 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:53.591 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:53.801 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-21T15:10:53.827 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:53.859 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:53.936 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-21T15:10:53.962 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:54.002 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:54.195 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-21T15:10:54.222 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:54.262 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:54.263 INFO:teuthology.orchestra.run.smithi131.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3160-g36c37156-1jammy [124 kB] 2024-04-21T15:10:54.265 INFO:teuthology.orchestra.run.smithi131.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3160-g36c37156-1jammy [38.9 kB] 2024-04-21T15:10:54.266 INFO:teuthology.orchestra.run.smithi131.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3160-g36c37156-1jammy [13.6 MB] 2024-04-21T15:10:54.322 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-21T15:10:54.348 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-21T15:10:54.389 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:10:54.607 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-21T15:10:54.633 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-21T15:10:54.682 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:10:54.700 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librados2. 2024-04-21T15:10:54.726 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../007-librados2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:54.766 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:54.960 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package librados2. 2024-04-21T15:10:54.975 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../007-librados2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:55.009 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:55.071 INFO:teuthology.orchestra.run.smithi131.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3160-g36c37156-1jammy [91.2 kB] 2024-04-21T15:10:55.244 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librbd1. 2024-04-21T15:10:55.271 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../008-librbd1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:55.311 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:55.446 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package librbd1. 2024-04-21T15:10:55.472 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../008-librbd1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:55.512 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:55.629 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 181 MB in 26s (7,100 kB/s) 2024-04-21T15:10:55.705 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs2. 2024-04-21T15:10:55.720 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:55.755 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:55.776 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-21T15:10:55.873 INFO:teuthology.orchestra.run.smithi131.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-04-21T15:10:55.878 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-21T15:10:55.958 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:10:55.965 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libcephfs2. 2024-04-21T15:10:55.992 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:56.033 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rados. 2024-04-21T15:10:56.033 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.059 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:56.108 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.295 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-21T15:10:56.311 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-rados. 2024-04-21T15:10:56.322 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-21T15:10:56.326 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:56.353 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:10:56.361 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.419 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-21T15:10:56.445 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:10:56.486 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.638 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-21T15:10:56.665 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:10:56.681 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-21T15:10:56.705 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.708 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-21T15:10:56.721 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cephfs. 2024-04-21T15:10:56.736 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:56.748 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:10:56.779 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:56.958 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-cephfs. 2024-04-21T15:10:56.984 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:57.024 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:57.049 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-21T15:10:57.064 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:10:57.161 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:57.202 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-21T15:10:57.228 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:57.277 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:57.519 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-21T15:10:57.545 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-21T15:10:57.560 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-21T15:10:57.585 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:10:57.586 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:10:57.627 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:57.680 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-21T15:10:57.706 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:57.747 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:57.914 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-prettytable. 2024-04-21T15:10:57.940 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-21T15:10:57.955 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-21T15:10:57.980 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-21T15:10:57.981 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-21T15:10:58.021 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:10:58.067 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-21T15:10:58.093 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-21T15:10:58.133 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:10:58.232 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rbd. 2024-04-21T15:10:58.248 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:58.291 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:58.299 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-prettytable. 2024-04-21T15:10:58.325 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-21T15:10:58.357 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-21T15:10:58.462 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-21T15:10:58.488 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-21T15:10:58.528 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:10:58.635 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-rbd. 2024-04-21T15:10:58.644 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-21T15:10:58.661 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:58.670 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-21T15:10:58.702 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:58.710 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:10:58.848 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librados2. 2024-04-21T15:10:58.874 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../007-librados2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:58.915 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:58.971 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-21T15:10:58.987 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-21T15:10:59.021 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:10:59.046 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-21T15:10:59.072 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-21T15:10:59.113 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:10:59.308 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-21T15:10:59.334 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-21T15:10:59.368 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librbd1. 2024-04-21T15:10:59.374 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:10:59.390 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-21T15:10:59.394 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../008-librbd1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:59.405 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-21T15:10:59.443 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:10:59.448 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:10:59.703 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua5.1. 2024-04-21T15:10:59.726 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-21T15:10:59.729 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-21T15:10:59.742 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-21T15:10:59.769 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:10:59.776 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:10:59.862 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs2. 2024-04-21T15:10:59.888 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:10:59.929 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:00.089 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-any. 2024-04-21T15:11:00.104 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-21T15:11:00.121 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package lua5.1. 2024-04-21T15:11:00.139 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-21T15:11:00.148 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-21T15:11:00.188 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:11:00.215 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rados. 2024-04-21T15:11:00.230 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:00.273 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:00.341 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package zip. 2024-04-21T15:11:00.367 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-21T15:11:00.408 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking zip (3.0-12build2) ... 2024-04-21T15:11:00.516 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package lua-any. 2024-04-21T15:11:00.542 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-21T15:11:00.582 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-21T15:11:00.593 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-21T15:11:00.620 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:00.660 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:00.737 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package unzip. 2024-04-21T15:11:00.763 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-21T15:11:00.803 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:00.827 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package zip. 2024-04-21T15:11:00.853 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-21T15:11:00.893 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking zip (3.0-12build2) ... 2024-04-21T15:11:00.904 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cephfs. 2024-04-21T15:11:00.920 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:00.954 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:01.180 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package unzip. 2024-04-21T15:11:01.198 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package luarocks. 2024-04-21T15:11:01.206 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-21T15:11:01.225 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-21T15:11:01.232 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-21T15:11:01.238 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:01.258 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:01.265 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:11:01.298 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:01.642 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package luarocks. 2024-04-21T15:11:01.652 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-21T15:11:01.668 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-21T15:11:01.673 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librgw2. 2024-04-21T15:11:01.678 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-21T15:11:01.699 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../025-librgw2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:01.708 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:11:01.718 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:11:01.739 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:02.459 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rgw. 2024-04-21T15:11:02.486 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:02.526 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:02.747 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-prettytable. 2024-04-21T15:11:02.774 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-21T15:11:02.808 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package librgw2. 2024-04-21T15:11:02.813 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-21T15:11:02.835 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../025-librgw2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:02.866 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:03.083 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rbd. 2024-04-21T15:11:03.099 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:03.141 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:03.410 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-rgw. 2024-04-21T15:11:03.437 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:03.445 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-21T15:11:03.472 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-21T15:11:03.477 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:03.511 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:11:03.654 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-21T15:11:03.681 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-21T15:11:03.721 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:03.772 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-21T15:11:03.799 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-21T15:11:03.805 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-21T15:11:03.831 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-21T15:11:03.839 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:11:03.871 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:04.049 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libradosstriper1. 2024-04-21T15:11:04.075 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:04.115 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:04.134 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-21T15:11:04.161 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-21T15:11:04.166 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libradosstriper1. 2024-04-21T15:11:04.192 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:04.200 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:11:04.232 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:04.494 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-common. 2024-04-21T15:11:04.512 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua5.1. 2024-04-21T15:11:04.520 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:04.539 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-21T15:11:04.560 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:04.579 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:11:04.627 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-common. 2024-04-21T15:11:04.654 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:04.694 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:04.899 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-any. 2024-04-21T15:11:04.925 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-21T15:11:04.965 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-21T15:11:05.210 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package zip. 2024-04-21T15:11:05.225 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-21T15:11:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking zip (3.0-12build2) ... 2024-04-21T15:11:05.513 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package unzip. 2024-04-21T15:11:05.536 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-21T15:11:05.571 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:05.890 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-base. 2024-04-21T15:11:05.917 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:05.951 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package luarocks. 2024-04-21T15:11:05.966 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:05.977 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-21T15:11:06.007 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-base. 2024-04-21T15:11:06.017 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:11:06.033 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:06.083 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:06.409 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librgw2. 2024-04-21T15:11:06.425 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../025-librgw2_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:06.459 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:06.537 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-21T15:11:06.561 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-21T15:11:06.563 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-21T15:11:06.576 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-21T15:11:06.603 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:06.619 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:06.906 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-cheroot. 2024-04-21T15:11:06.906 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cheroot. 2024-04-21T15:11:06.932 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-21T15:11:06.932 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-21T15:11:06.961 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rgw. 2024-04-21T15:11:06.972 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:11:06.973 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:11:06.977 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:07.020 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:07.258 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-21T15:11:07.274 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-21T15:11:07.292 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-21T15:11:07.317 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:07.318 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-21T15:11:07.348 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-21T15:11:07.358 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:07.375 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-21T15:11:07.414 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:07.595 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-21T15:11:07.622 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-21T15:11:07.661 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:11:07.695 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-21T15:11:07.721 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-21T15:11:07.726 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libradosstriper1. 2024-04-21T15:11:07.753 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:07.761 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:11:07.792 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:07.948 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-21T15:11:07.974 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-21T15:11:08.014 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:11:08.056 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-21T15:11:08.082 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-21T15:11:08.121 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-common. 2024-04-21T15:11:08.122 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:11:08.148 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:08.187 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:08.317 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempora. 2024-04-21T15:11:08.343 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-21T15:11:08.384 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-21T15:11:08.408 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-tempora. 2024-04-21T15:11:08.435 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-21T15:11:08.475 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-21T15:11:08.645 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-portend. 2024-04-21T15:11:08.660 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-21T15:11:08.695 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-21T15:11:08.769 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-portend. 2024-04-21T15:11:08.796 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-21T15:11:08.836 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-21T15:11:08.973 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-21T15:11:08.999 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-21T15:11:09.039 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-21T15:11:09.139 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-21T15:11:09.166 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-21T15:11:09.205 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-21T15:11:09.367 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-21T15:11:09.393 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-21T15:11:09.434 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:11:09.525 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-21T15:11:09.552 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-21T15:11:09.560 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-base. 2024-04-21T15:11:09.587 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:09.591 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:11:09.636 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:09.779 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-natsort. 2024-04-21T15:11:09.806 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-21T15:11:09.846 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-21T15:11:09.937 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-natsort. 2024-04-21T15:11:09.964 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-21T15:11:10.003 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-21T15:11:10.157 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-logutils. 2024-04-21T15:11:10.184 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-21T15:11:10.206 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-21T15:11:10.224 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-21T15:11:10.233 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-21T15:11:10.272 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:10.315 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-logutils. 2024-04-21T15:11:10.342 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-21T15:11:10.381 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-21T15:11:10.517 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cheroot. 2024-04-21T15:11:10.527 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-21T15:11:10.533 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-21T15:11:10.553 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-21T15:11:10.567 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:11:10.593 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:10.659 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-21T15:11:10.686 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-21T15:11:10.725 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:10.846 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-mako. 2024-04-21T15:11:10.873 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-21T15:11:10.879 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-21T15:11:10.905 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-21T15:11:10.913 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:11:10.937 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:11.028 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-mako. 2024-04-21T15:11:11.055 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-21T15:11:11.095 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:11:11.240 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-21T15:11:11.241 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-21T15:11:11.266 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-21T15:11:11.267 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-21T15:11:11.306 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:11:11.307 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:11:11.423 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-21T15:11:11.450 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-21T15:11:11.490 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:11:11.610 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-21T15:11:11.612 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-21T15:11:11.636 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-21T15:11:11.639 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-21T15:11:11.676 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:11:11.679 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:11:11.792 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-21T15:11:11.819 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-21T15:11:11.859 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:11:11.931 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webob. 2024-04-21T15:11:11.947 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-21T15:11:11.954 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempora. 2024-04-21T15:11:11.981 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-21T15:11:11.990 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:11:12.012 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-21T15:11:12.128 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-webob. 2024-04-21T15:11:12.155 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-21T15:11:12.195 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:11:12.290 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-portend. 2024-04-21T15:11:12.317 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-21T15:11:12.343 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-waitress. 2024-04-21T15:11:12.357 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-21T15:11:12.369 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-21T15:11:12.404 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:12.531 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-waitress. 2024-04-21T15:11:12.558 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-21T15:11:12.592 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:12.669 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-21T15:11:12.695 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-21T15:11:12.696 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempita. 2024-04-21T15:11:12.722 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-21T15:11:12.735 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-21T15:11:12.762 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:12.875 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-tempita. 2024-04-21T15:11:12.902 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-21T15:11:12.942 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:13.013 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-21T15:11:13.040 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-21T15:11:13.080 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:11:13.090 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-paste. 2024-04-21T15:11:13.116 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-21T15:11:13.157 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:11:13.245 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-paste. 2024-04-21T15:11:13.272 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-21T15:11:13.312 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:11:13.392 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-natsort. 2024-04-21T15:11:13.419 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-21T15:11:13.459 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-21T15:11:13.564 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-21T15:11:13.564 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-21T15:11:13.564 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:13.606 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-21T15:11:13.633 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-21T15:11:13.673 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:13.779 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-logutils. 2024-04-21T15:11:13.796 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-21T15:11:13.805 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-21T15:11:13.823 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-21T15:11:13.845 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-21T15:11:13.863 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:11:13.992 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-21T15:11:14.019 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-21T15:11:14.059 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:11:14.148 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-21T15:11:14.166 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webtest. 2024-04-21T15:11:14.175 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-21T15:11:14.193 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-21T15:11:14.215 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:14.232 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-21T15:11:14.362 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-webtest. 2024-04-21T15:11:14.389 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-21T15:11:14.429 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-21T15:11:14.493 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-mako. 2024-04-21T15:11:14.519 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-21T15:11:14.543 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pecan. 2024-04-21T15:11:14.551 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:11:14.570 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-21T15:11:14.610 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:11:14.740 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pecan. 2024-04-21T15:11:14.767 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-21T15:11:14.806 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:11:14.821 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-21T15:11:14.848 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-21T15:11:14.879 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:11:14.973 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-certifi. 2024-04-21T15:11:15.000 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-21T15:11:15.041 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-21T15:11:15.153 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-certifi. 2024-04-21T15:11:15.174 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-21T15:11:15.180 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-21T15:11:15.201 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-21T15:11:15.219 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-21T15:11:15.240 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:11:15.359 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-idna. 2024-04-21T15:11:15.386 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-21T15:11:15.426 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-21T15:11:15.514 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-idna. 2024-04-21T15:11:15.541 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-21T15:11:15.580 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-21T15:11:15.586 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webob. 2024-04-21T15:11:15.612 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-21T15:11:15.652 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:11:15.687 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-urllib3. 2024-04-21T15:11:15.713 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-21T15:11:15.754 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:11:15.891 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-urllib3. 2024-04-21T15:11:15.918 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-21T15:11:15.957 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:11:16.022 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-waitress. 2024-04-21T15:11:16.049 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-21T15:11:16.057 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests. 2024-04-21T15:11:16.084 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-21T15:11:16.092 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:16.123 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:11:16.286 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-requests. 2024-04-21T15:11:16.313 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-21T15:11:16.352 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:11:16.367 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempita. 2024-04-21T15:11:16.393 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-21T15:11:16.418 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-21T15:11:16.425 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:16.444 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-21T15:11:16.484 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:11:16.664 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-21T15:11:16.691 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-21T15:11:16.703 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-paste. 2024-04-21T15:11:16.719 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-21T15:11:16.730 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:11:16.761 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:11:16.788 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-21T15:11:16.814 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:16.871 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:17.042 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-21T15:11:17.056 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-21T15:11:17.069 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:17.072 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-21T15:11:17.106 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:17.108 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:17.251 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-21T15:11:17.277 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:17.317 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:17.393 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-21T15:11:17.419 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-21T15:11:17.459 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:11:17.463 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-21T15:11:17.490 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:17.529 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:17.762 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webtest. 2024-04-21T15:11:17.789 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-21T15:11:17.815 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-21T15:11:17.829 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-21T15:11:17.842 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-21T15:11:17.848 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-21T15:11:17.874 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-21T15:11:17.882 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:17.911 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:18.148 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-openssl. 2024-04-21T15:11:18.149 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pecan. 2024-04-21T15:11:18.175 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-21T15:11:18.176 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-21T15:11:18.185 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-openssl. 2024-04-21T15:11:18.206 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-21T15:11:18.212 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-21T15:11:18.215 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:11:18.251 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-21T15:11:18.522 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-certifi. 2024-04-21T15:11:18.538 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-21T15:11:18.542 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr. 2024-04-21T15:11:18.554 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr. 2024-04-21T15:11:18.569 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:18.572 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-21T15:11:18.582 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:18.609 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:18.621 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:18.892 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-idna. 2024-04-21T15:11:18.919 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-21T15:11:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-21T15:11:18.991 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mon. 2024-04-21T15:11:19.017 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:19.021 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mon. 2024-04-21T15:11:19.047 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:19.057 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:19.087 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:19.271 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-urllib3. 2024-04-21T15:11:19.297 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-21T15:11:19.337 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:11:19.652 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-osd. 2024-04-21T15:11:19.657 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-osd. 2024-04-21T15:11:19.665 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests. 2024-04-21T15:11:19.679 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:19.684 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:19.692 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-21T15:11:19.724 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:19.727 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:19.732 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:11:20.010 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-21T15:11:20.037 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-21T15:11:20.076 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:11:20.355 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-21T15:11:20.382 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:20.421 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:20.780 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph. 2024-04-21T15:11:20.796 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../066-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:20.818 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-21T15:11:20.827 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph. 2024-04-21T15:11:20.839 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:20.842 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../066-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:20.846 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:20.885 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:20.885 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:21.116 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-fuse. 2024-04-21T15:11:21.143 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:21.183 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:21.188 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-fuse. 2024-04-21T15:11:21.205 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-21T15:11:21.215 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:21.232 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-21T15:11:21.254 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:21.271 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:21.549 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-openssl. 2024-04-21T15:11:21.561 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mds. 2024-04-21T15:11:21.576 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-21T15:11:21.588 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:21.591 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mds. 2024-04-21T15:11:21.607 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-21T15:11:21.618 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:21.627 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:21.657 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:21.894 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr. 2024-04-21T15:11:21.921 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:21.960 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:22.030 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package cephadm. 2024-04-21T15:11:22.035 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package cephadm. 2024-04-21T15:11:22.058 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../069-cephadm_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:22.062 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../069-cephadm_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:22.097 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:22.102 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:22.356 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mon. 2024-04-21T15:11:22.383 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:22.391 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-21T15:11:22.413 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-21T15:11:22.418 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-21T15:11:22.422 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:22.440 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-21T15:11:22.457 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-21T15:11:22.480 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-21T15:11:22.768 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-21T15:11:22.791 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-21T15:11:22.796 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:22.815 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:22.835 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:22.857 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:22.976 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-osd. 2024-04-21T15:11:23.003 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:23.042 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:23.921 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-babel. 2024-04-21T15:11:23.949 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:24.004 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:24.057 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-babel. 2024-04-21T15:11:24.084 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:24.104 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph. 2024-04-21T15:11:24.120 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../066-ceph_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:24.123 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:24.163 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:24.332 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jinja2. 2024-04-21T15:11:24.359 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-21T15:11:24.398 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:11:24.443 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-jinja2. 2024-04-21T15:11:24.470 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-21T15:11:24.507 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-fuse. 2024-04-21T15:11:24.509 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:11:24.534 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:24.574 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:24.777 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-21T15:11:24.803 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:24.843 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:24.863 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-21T15:11:24.889 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:24.927 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mds. 2024-04-21T15:11:24.929 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:24.954 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:24.993 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:25.172 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-21T15:11:25.198 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-21T15:11:25.238 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:25.283 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-21T15:11:25.309 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-21T15:11:25.340 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:25.397 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package cephadm. 2024-04-21T15:11:25.424 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../069-cephadm_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:25.463 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:25.482 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-routes. 2024-04-21T15:11:25.498 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-21T15:11:25.532 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:25.610 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-routes. 2024-04-21T15:11:25.637 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-21T15:11:25.676 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-21T15:11:25.802 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-21T15:11:25.827 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-21T15:11:25.841 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-21T15:11:25.854 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:25.894 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:25.972 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-21T15:11:25.998 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:26.038 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:26.153 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-21T15:11:26.168 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:26.210 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:27.082 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-21T15:11:27.098 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-21T15:11:27.132 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:27.191 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-babel. 2024-04-21T15:11:27.218 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-21T15:11:27.257 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:27.293 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-21T15:11:27.309 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-21T15:11:27.351 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:27.627 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-joblib. 2024-04-21T15:11:27.654 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-21T15:11:27.694 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:27.813 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-joblib. 2024-04-21T15:11:27.840 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-21T15:11:27.853 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jinja2. 2024-04-21T15:11:27.879 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:27.880 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-21T15:11:27.919 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:11:28.014 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-21T15:11:28.030 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-21T15:11:28.064 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:28.264 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-21T15:11:28.291 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:28.331 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:28.358 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-21T15:11:28.367 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn. 2024-04-21T15:11:28.385 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-21T15:11:28.394 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-21T15:11:28.424 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:28.433 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:11:28.668 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-21T15:11:28.694 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-21T15:11:28.727 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-sklearn. 2024-04-21T15:11:28.734 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:28.754 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-21T15:11:28.793 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:11:29.004 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-routes. 2024-04-21T15:11:29.031 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-21T15:11:29.062 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:29.142 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-21T15:11:29.159 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:29.285 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:29.390 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-21T15:11:29.417 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:29.457 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:29.502 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-21T15:11:29.530 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:29.654 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:30.223 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cachetools. 2024-04-21T15:11:30.250 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-21T15:11:30.289 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:30.499 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-cachetools. 2024-04-21T15:11:30.526 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-21T15:11:30.557 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:30.608 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-21T15:11:30.636 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-21T15:11:30.675 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:11:30.688 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-21T15:11:30.704 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-21T15:11:30.746 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:30.860 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-21T15:11:30.887 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-21T15:11:30.927 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:11:31.020 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-21T15:11:31.047 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-21T15:11:31.086 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:11:31.238 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-21T15:11:31.241 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-joblib. 2024-04-21T15:11:31.256 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-21T15:11:31.265 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-21T15:11:31.299 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:31.305 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:11:31.398 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rsa. 2024-04-21T15:11:31.425 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-21T15:11:31.464 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-21T15:11:31.582 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-rsa. 2024-04-21T15:11:31.598 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-21T15:11:31.636 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-21T15:11:31.641 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-21T15:11:31.663 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-21T15:11:31.702 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:31.760 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-google-auth. 2024-04-21T15:11:31.789 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-21T15:11:31.818 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-21T15:11:31.952 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-google-auth. 2024-04-21T15:11:31.968 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-21T15:11:31.981 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn. 2024-04-21T15:11:32.008 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-21T15:11:32.011 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-21T15:11:32.039 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:11:32.146 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-21T15:11:32.174 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-21T15:11:32.229 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:11:32.356 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-21T15:11:32.383 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-21T15:11:32.422 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:11:32.532 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-websocket. 2024-04-21T15:11:32.560 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-21T15:11:32.598 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-21T15:11:32.723 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-21T15:11:32.733 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-websocket. 2024-04-21T15:11:32.739 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:32.761 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-21T15:11:32.800 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-21T15:11:32.867 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:32.877 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-21T15:11:32.905 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-21T15:11:32.935 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:11:33.114 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-21T15:11:33.141 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-21T15:11:33.180 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:11:33.812 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cachetools. 2024-04-21T15:11:33.819 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-21T15:11:33.839 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-21T15:11:33.847 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:33.885 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:33.900 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-21T15:11:33.921 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:33.927 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:33.966 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:34.172 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-21T15:11:34.199 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-21T15:11:34.199 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-21T15:11:34.226 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-21T15:11:34.235 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-21T15:11:34.238 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:11:34.263 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-21T15:11:34.265 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:11:34.293 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:11:34.566 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-21T15:11:34.585 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-21T15:11:34.593 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:34.612 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-21T15:11:34.633 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:11:34.638 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-21T15:11:34.652 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:11:34.666 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:34.704 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:11:34.894 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package jq. 2024-04-21T15:11:34.909 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:34.952 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-21T15:11:34.964 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rsa. 2024-04-21T15:11:34.966 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package jq. 2024-04-21T15:11:34.991 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-21T15:11:34.993 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:35.030 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-21T15:11:35.032 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-21T15:11:35.196 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package socat. 2024-04-21T15:11:35.223 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-21T15:11:35.254 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:11:35.276 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package socat. 2024-04-21T15:11:35.292 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-21T15:11:35.326 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:11:35.351 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-google-auth. 2024-04-21T15:11:35.378 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-21T15:11:35.417 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-21T15:11:35.591 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package xmlstarlet. 2024-04-21T15:11:35.596 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package xmlstarlet. 2024-04-21T15:11:35.607 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-21T15:11:35.624 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-21T15:11:35.649 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:11:35.654 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:11:35.704 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-21T15:11:35.731 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-21T15:11:35.762 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:11:35.992 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-test. 2024-04-21T15:11:36.008 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:36.020 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-test. 2024-04-21T15:11:36.032 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-websocket. 2024-04-21T15:11:36.048 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:36.058 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:36.059 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-21T15:11:36.086 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:36.098 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-21T15:11:36.419 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-21T15:11:36.446 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-21T15:11:36.485 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:11:37.133 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-21T15:11:37.149 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:37.191 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:37.444 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-21T15:11:37.472 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-21T15:11:37.502 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:11:37.831 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-21T15:11:37.858 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:37.897 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:11:38.158 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package jq. 2024-04-21T15:11:38.185 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-21T15:11:38.225 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-21T15:11:38.291 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package ceph-volume. 2024-04-21T15:11:38.305 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-volume. 2024-04-21T15:11:38.318 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:38.332 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:38.357 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:38.371 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:38.486 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package socat. 2024-04-21T15:11:38.513 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-21T15:11:38.552 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:11:38.669 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-21T15:11:38.675 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-21T15:11:38.685 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:38.703 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:38.727 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:38.741 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:38.831 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package xmlstarlet. 2024-04-21T15:11:38.847 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-21T15:11:38.881 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:11:39.048 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-21T15:11:39.094 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-21T15:11:39.094 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-21T15:11:39.094 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-21T15:11:39.113 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:39.128 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:39.227 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-test. 2024-04-21T15:11:39.255 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:39.294 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:39.466 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-21T15:11:39.494 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-21T15:11:39.532 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:11:39.659 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-21T15:11:39.676 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-21T15:11:39.709 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:11:39.978 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package nvme-cli. 2024-04-21T15:11:40.006 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-21T15:11:40.052 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:40.080 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package nvme-cli. 2024-04-21T15:11:40.108 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-21T15:11:40.146 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:40.433 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package pkg-config. 2024-04-21T15:11:40.461 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-21T15:11:40.491 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:11:40.568 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package pkg-config. 2024-04-21T15:11:40.596 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-21T15:11:40.635 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:11:40.744 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-21T15:11:40.760 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-21T15:11:40.802 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:40.896 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-21T15:11:40.912 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-21T15:11:40.954 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:41.222 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-21T15:11:41.250 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-21T15:11:41.288 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:41.399 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-21T15:11:41.426 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-21T15:11:41.490 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:41.499 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-volume. 2024-04-21T15:11:41.526 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3160-g36c37156-1jammy_all.deb ... 2024-04-21T15:11:41.557 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:41.591 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastescript. 2024-04-21T15:11:41.619 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-21T15:11:41.657 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-21T15:11:41.751 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pastescript. 2024-04-21T15:11:41.767 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-21T15:11:41.801 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-21T15:11:41.819 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-21T15:11:41.835 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:41.868 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:41.978 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pluggy. 2024-04-21T15:11:42.005 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-21T15:11:42.044 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:11:42.105 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pluggy. 2024-04-21T15:11:42.132 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-21T15:11:42.155 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-21T15:11:42.171 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:11:42.183 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-21T15:11:42.238 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:42.364 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-psutil. 2024-04-21T15:11:42.391 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-21T15:11:42.430 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:42.508 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-psutil. 2024-04-21T15:11:42.535 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-21T15:11:42.577 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-21T15:11:42.582 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:42.604 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-21T15:11:42.643 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:11:42.758 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-py. 2024-04-21T15:11:42.786 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-21T15:11:42.825 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-21T15:11:42.919 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-py. 2024-04-21T15:11:42.947 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-21T15:11:42.972 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package nvme-cli. 2024-04-21T15:11:42.985 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-21T15:11:43.000 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-21T15:11:43.030 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:43.153 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pygments. 2024-04-21T15:11:43.181 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-21T15:11:43.219 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:43.313 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pygments. 2024-04-21T15:11:43.341 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-21T15:11:43.380 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:43.394 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package pkg-config. 2024-04-21T15:11:43.422 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-21T15:11:43.452 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:11:43.674 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-21T15:11:43.702 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-21T15:11:43.714 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-21T15:11:43.730 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-21T15:11:43.772 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:43.801 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-21T15:11:43.829 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-21T15:11:43.859 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:43.965 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:44.159 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-21T15:11:44.187 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-toml. 2024-04-21T15:11:44.187 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-21T15:11:44.214 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-21T15:11:44.225 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:44.253 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-21T15:11:44.268 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-toml. 2024-04-21T15:11:44.296 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-21T15:11:44.334 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-21T15:11:44.520 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastescript. 2024-04-21T15:11:44.547 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-21T15:11:44.581 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-pytest. 2024-04-21T15:11:44.586 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-21T15:11:44.609 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-21T15:11:44.637 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pytest. 2024-04-21T15:11:44.647 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:11:44.653 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-21T15:11:44.695 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:11:44.874 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pluggy. 2024-04-21T15:11:44.901 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-21T15:11:44.931 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:11:44.991 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplejson. 2024-04-21T15:11:44.992 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package python3-simplejson. 2024-04-21T15:11:45.019 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-21T15:11:45.020 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-21T15:11:45.057 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:45.059 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:45.243 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-psutil. 2024-04-21T15:11:45.271 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-21T15:11:45.302 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-21T15:11:45.309 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:45.329 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-21T15:11:45.345 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-21T15:11:45.361 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-21T15:11:45.368 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:45.395 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:45.638 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-py. 2024-04-21T15:11:45.665 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-21T15:11:45.704 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-21T15:11:46.025 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pygments. 2024-04-21T15:11:46.052 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-21T15:11:46.091 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package radosgw. 2024-04-21T15:11:46.091 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:46.118 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../116-radosgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:46.157 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:46.172 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package radosgw. 2024-04-21T15:11:46.200 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../116-radosgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:46.238 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:46.520 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-21T15:11:46.548 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-21T15:11:46.586 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:46.898 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-toml. 2024-04-21T15:11:46.926 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-21T15:11:46.943 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package rbd-fuse. 2024-04-21T15:11:46.959 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:46.964 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-21T15:11:47.001 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:47.042 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package rbd-fuse. 2024-04-21T15:11:47.069 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:47.099 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:47.209 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pytest. 2024-04-21T15:11:47.236 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-21T15:11:47.267 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:11:47.305 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:47.378 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:47.556 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:11:47.613 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplejson. 2024-04-21T15:11:47.630 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:11:47.640 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-21T15:11:47.697 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:47.699 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:47.772 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:47.948 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-21T15:11:47.962 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-21T15:11:47.964 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-21T15:11:47.998 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:48.040 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-21T15:11:48.274 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-21T15:11:48.383 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-21T15:11:48.653 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package radosgw. 2024-04-21T15:11:48.675 INFO:teuthology.orchestra.run.smithi148.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-21T15:11:48.681 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../116-radosgw_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:48.719 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:48.751 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:48.852 INFO:teuthology.orchestra.run.smithi157.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-21T15:11:48.932 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:49.300 INFO:teuthology.orchestra.run.smithi148.stdout:Adding system user cephadm....done 2024-04-21T15:11:49.457 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:49.491 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user cephadm....done 2024-04-21T15:11:49.513 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package rbd-fuse. 2024-04-21T15:11:49.530 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3160-g36c37156-1jammy_amd64.deb ... 2024-04-21T15:11:49.580 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:49.655 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:49.750 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:49.868 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-21T15:11:49.940 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:50.001 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:50.110 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-21T15:11:50.127 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:50.199 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:50.237 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-21T15:11:50.326 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:50.378 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:50.500 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-21T15:11:50.593 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:50.629 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:50.780 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-21T15:11:50.853 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:50.875 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-21T15:11:50.979 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-21T15:11:51.091 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:51.291 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:51.319 INFO:teuthology.orchestra.run.smithi131.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-21T15:11:51.389 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:51.451 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:51.676 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:51.693 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-21T15:11:51.897 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user cephadm....done 2024-04-21T15:11:51.919 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-21T15:11:51.961 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:52.020 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-21T15:11:52.195 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:52.263 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:52.313 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-21T15:11:52.480 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:52.513 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:52.581 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-21T15:11:52.707 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-21T15:11:52.739 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:52.782 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:52.959 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-21T15:11:53.007 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:53.040 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:53.226 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-21T15:11:53.258 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:53.328 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-21T15:11:53.367 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:53.493 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:53.518 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:53.619 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:11:53.621 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-21T15:11:53.644 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:53.755 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:53.770 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:11:53.896 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:53.982 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-21T15:11:53.987 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:11:54.155 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:11:54.242 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-21T15:11:54.498 INFO:teuthology.orchestra.run.smithi148.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-21T15:11:54.518 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-21T15:11:54.528 INFO:teuthology.orchestra.run.smithi148.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-21T15:11:54.555 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-21T15:11:54.587 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-21T15:11:54.591 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:11:54.633 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:11:54.709 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:54.728 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-21T15:11:54.742 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:54.962 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-21T15:11:55.102 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:55.176 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:55.222 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-21T15:11:55.253 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-21T15:11:55.302 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-21T15:11:55.473 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-argparse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:55.521 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:55.553 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:55.741 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-21T15:11:55.788 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:55.813 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:55.867 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-21T15:11:55.993 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-21T15:11:56.098 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up zip (3.0-12build2) ... 2024-04-21T15:11:56.102 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-21T15:11:56.106 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up zip (3.0-12build2) ... 2024-04-21T15:11:56.199 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:56.232 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:56.345 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-21T15:11:56.716 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-21T15:11:56.751 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-21T15:11:56.815 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-21T15:11:56.818 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:56.892 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:56.967 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-21T15:11:57.069 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:57.168 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:57.195 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:57.294 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:57.321 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:11:57.343 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-21T15:11:57.412 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:11:57.460 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-21T15:11:57.630 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-21T15:11:57.695 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-21T15:11:57.696 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-21T15:11:57.946 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-21T15:11:58.031 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-21T15:11:58.081 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-21T15:11:58.249 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up zip (3.0-12build2) ... 2024-04-21T15:11:58.266 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:11:58.332 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:11:58.375 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-21T15:11:58.626 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:11:58.717 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:11:58.910 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:11:59.001 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:11:59.236 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-21T15:11:59.253 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:11:59.336 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:11:59.470 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-21T15:11:59.562 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:11:59.587 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-21T15:11:59.654 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:11:59.663 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:59.713 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-21T15:11:59.780 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:11:59.964 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-idna (3.3-1) ... 2024-04-21T15:12:00.006 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-21T15:12:00.082 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-idna (3.3-1) ... 2024-04-21T15:12:00.291 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:12:00.399 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-21T15:12:00.425 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:12:00.650 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-21T15:12:01.010 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-21T15:12:01.278 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-21T15:12:01.463 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:12:01.589 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:12:01.604 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-21T15:12:01.723 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:01.849 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:01.855 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-21T15:12:01.857 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-21T15:12:01.958 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-21T15:12:01.981 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:02.125 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:12:02.209 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:12:02.251 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:12:02.274 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-idna (3.3-1) ... 2024-04-21T15:12:02.327 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:12:02.377 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:12:02.469 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:12:02.600 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-21T15:12:02.670 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:12:02.771 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:12:02.921 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-21T15:12:03.030 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-21T15:12:03.197 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:03.281 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:03.323 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:12:03.382 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:12:03.624 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:12:03.684 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:12:03.714 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-21T15:12:03.875 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-21T15:12:03.935 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-21T15:12:03.974 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:04.108 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-21T15:12:04.143 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-21T15:12:04.186 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-21T15:12:04.376 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-21T15:12:04.402 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:12:04.445 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:12:04.493 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-21T15:12:04.594 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-21T15:12:04.637 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-21T15:12:04.713 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-21T15:12:04.862 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-21T15:12:04.888 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:12:04.981 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:12:05.005 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-21T15:12:05.090 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-21T15:12:05.113 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-21T15:12:05.307 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:12:05.350 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:12:05.364 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:05.433 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:12:05.451 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:12:05.507 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-21T15:12:05.734 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:12:05.735 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:12:05.809 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-21T15:12:06.028 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:12:06.068 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-21T15:12:06.068 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:12:06.279 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:12:06.319 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:12:06.327 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-21T15:12:06.405 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:12:06.437 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:12:06.531 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:12:06.538 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:12:06.570 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-21T15:12:06.618 INFO:teuthology.orchestra.run.smithi148.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-21T15:12:06.622 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-21T15:12:06.804 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-21T15:12:06.858 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:12:06.865 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:12:06.959 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:12:06.991 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:12:07.072 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-21T15:12:07.198 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-21T15:12:07.327 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:12:07.426 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:12:07.508 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-21T15:12:07.586 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-21T15:12:07.633 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-21T15:12:07.693 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-21T15:12:07.712 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-21T15:12:07.819 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-21T15:12:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-21T15:12:07.963 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:08.078 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:08.089 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:12:08.188 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:12:08.227 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-21T15:12:08.407 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:12:08.461 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-21T15:12:08.489 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:12:08.579 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-21T15:12:08.691 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:12:08.705 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-21T15:12:08.790 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:12:08.794 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-21T15:12:08.943 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-21T15:12:09.023 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-21T15:12:09.058 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-21T15:12:09.069 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-21T15:12:09.150 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-21T15:12:09.209 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-21T15:12:09.345 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-21T15:12:09.485 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-21T15:12:09.543 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-21T15:12:09.613 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:12:09.744 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:12:09.802 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-21T15:12:09.903 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-21T15:12:09.957 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:12:10.073 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:12:10.154 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-21T15:12:10.280 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-21T15:12:10.318 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-21T15:12:10.575 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-21T15:12:10.597 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-21T15:12:10.619 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:12:10.868 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:12:10.899 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-21T15:12:10.955 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:12:11.081 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.183 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-21T15:12:11.191 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.212 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:12:11.292 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:12:11.309 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-21T15:12:11.346 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.472 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.577 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-21T15:12:11.606 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:12:11.628 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.754 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:11.828 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-21T15:12:11.880 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-21T15:12:11.942 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.069 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.164 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-21T15:12:12.181 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.211 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-21T15:12:12.283 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.384 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.471 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.549 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-21T15:12:12.594 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:12.594 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:12.597 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.723 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:12.834 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-21T15:12:12.943 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:12.943 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:13.101 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.161 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-21T15:12:13.228 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.287 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librados2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.353 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.400 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.405 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.480 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:12:13.506 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-21T15:12:13.526 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.651 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.777 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:12:13.826 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:13.952 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libradosstriper1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.078 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-21T15:12:14.346 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librbd1 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.472 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-modules-core (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.598 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.750 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.808 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:14.808 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-21T15:12:14.867 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:14.939 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.065 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.192 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.210 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.249 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs-dev (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.336 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.342 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.400 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rados (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.468 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.479 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.526 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librgw2 (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:15.652 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-21T15:12:15.945 INFO:teuthology.orchestra.run.smithi148.stdout:Adding group ceph....done 2024-04-21T15:12:16.013 INFO:teuthology.orchestra.run.smithi157.stdout:Adding group ceph....done 2024-04-21T15:12:16.330 INFO:teuthology.orchestra.run.smithi148.stdout:Adding system user ceph....done 2024-04-21T15:12:16.356 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user ceph....done 2024-04-21T15:12:16.498 INFO:teuthology.orchestra.run.smithi148.stdout:Setting system user ceph properties....done 2024-04-21T15:12:16.508 INFO:teuthology.orchestra.run.smithi157.stdout:Setting system user ceph properties....done 2024-04-21T15:12:16.514 INFO:teuthology.orchestra.run.smithi148.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-21T15:12:16.529 INFO:teuthology.orchestra.run.smithi157.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-21T15:12:16.651 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-21T15:12:16.672 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-21T15:12:16.880 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rbd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:16.981 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up rbd-fuse (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:16.984 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-21T15:12:17.001 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-21T15:12:17.082 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.208 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cephfs (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.334 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-common (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.419 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.497 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.537 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.623 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:17.868 INFO:teuthology.orchestra.run.smithi131.stdout:Adding group ceph....done 2024-04-21T15:12:17.967 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:17.967 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:18.083 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:18.084 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:18.220 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user ceph....done 2024-04-21T15:12:18.364 INFO:teuthology.orchestra.run.smithi131.stdout:Setting system user ceph properties....done 2024-04-21T15:12:18.377 INFO:teuthology.orchestra.run.smithi131.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-21T15:12:18.405 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:18.514 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-21T15:12:18.550 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:18.755 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-21T15:12:18.854 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-21T15:12:18.887 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-21T15:12:19.174 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:19.310 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-test (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:19.360 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:19.412 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:19.412 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:19.436 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up radosgw (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:19.597 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:19.597 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:19.851 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:19.902 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:19.903 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-21T15:12:20.055 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:20.055 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:20.078 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:20.297 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:20.297 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:20.363 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-base (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:20.519 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:20.709 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-21T15:12:20.788 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:20.929 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:20.929 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:21.066 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:21.066 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:21.164 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mds (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.365 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:21.365 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-21T15:12:21.432 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.558 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.615 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.709 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.715 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.825 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.841 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:21.918 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:21.919 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:22.057 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:22.058 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-21T15:12:22.060 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:22.060 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:22.368 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.493 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-osd (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.519 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.618 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.637 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.764 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:22.764 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-21T15:12:22.769 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.771 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:22.895 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:23.046 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:23.118 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-21T15:12:23.218 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-21T15:12:23.244 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:23.370 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:23.370 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-21T15:12:23.399 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-21T15:12:23.491 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-21T15:12:23.513 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mon (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:23.643 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-21T15:12:23.725 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:23.725 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-21T15:12:24.222 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-cephadm (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:24.357 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:24.483 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-dashboard (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:24.505 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-21T15:12:24.693 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-volume (19.0.0-3160-g36c37156-1jammy) ... 2024-04-21T15:12:24.769 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-21T15:12:25.037 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-21T15:12:25.146 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-21T15:12:25.148 INFO:teuthology.orchestra.run.smithi148.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-21T15:12:25.154 DEBUG:teuthology.parallel:result is None 2024-04-21T15:12:25.290 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-21T15:12:25.423 INFO:teuthology.orchestra.run.smithi157.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-21T15:12:25.427 DEBUG:teuthology.parallel:result is None 2024-04-21T15:12:26.333 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-21T15:12:26.968 INFO:teuthology.orchestra.run.smithi131.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-21T15:12:26.973 DEBUG:teuthology.parallel:result is None 2024-04-21T15:12:26.973 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:27.118 DEBUG:teuthology.orchestra.run.smithi131:> dpkg-query -W -f '${Version}' ceph 2024-04-21T15:12:27.136 INFO:teuthology.orchestra.run.smithi131.stdout:19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.136 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.136 INFO:teuthology.task.install:The correct ceph version 19.0.0-3160-g36c37156-1jammy is installed. 2024-04-21T15:12:27.138 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:27.358 DEBUG:teuthology.orchestra.run.smithi148:> dpkg-query -W -f '${Version}' ceph 2024-04-21T15:12:27.377 INFO:teuthology.orchestra.run.smithi148.stdout:19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.377 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.377 INFO:teuthology.task.install:The correct ceph version 19.0.0-3160-g36c37156-1jammy is installed. 2024-04-21T15:12:27.379 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:27.517 DEBUG:teuthology.orchestra.run.smithi157:> dpkg-query -W -f '${Version}' ceph 2024-04-21T15:12:27.536 INFO:teuthology.orchestra.run.smithi157.stdout:19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.536 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3160-g36c37156-1jammy 2024-04-21T15:12:27.536 INFO:teuthology.task.install:The correct ceph version 19.0.0-3160-g36c37156-1jammy is installed. 2024-04-21T15:12:27.538 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-21T15:12:27.538 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:12:27.538 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-21T15:12:27.553 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:12:27.553 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-21T15:12:27.567 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:12:27.567 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-21T15:12:27.592 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-21T15:12:27.592 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:12:27.592 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/daemon-helper 2024-04-21T15:12:27.608 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-21T15:12:27.660 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:12:27.660 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/daemon-helper 2024-04-21T15:12:27.673 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-21T15:12:27.731 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:12:27.731 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/daemon-helper 2024-04-21T15:12:27.744 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-21T15:12:27.799 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-21T15:12:27.799 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:12:27.799 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-21T15:12:27.812 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-21T15:12:27.864 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:12:27.864 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-21T15:12:27.877 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-21T15:12:27.931 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:12:27.931 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-21T15:12:27.944 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-21T15:12:27.997 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-21T15:12:27.997 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:12:27.998 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/stdin-killer 2024-04-21T15:12:28.011 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-21T15:12:28.064 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:12:28.064 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/stdin-killer 2024-04-21T15:12:28.078 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-21T15:12:28.132 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:12:28.132 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/stdin-killer 2024-04-21T15:12:28.146 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-21T15:12:28.202 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-21T15:12:28.303 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': '36c371567dddacf6207ea36f2535396ab31415fc'} 2024-04-21T15:12:28.303 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:28.303 INFO:tasks.cephadm:Cluster fsid is 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:12:28.303 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-21T15:12:28.304 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.131', 'mon.b': '172.21.15.148', 'mon.c': '172.21.15.157'} 2024-04-21T15:12:28.304 INFO:tasks.cephadm:First mon is mon.a on smithi131 2024-04-21T15:12:28.304 INFO:tasks.cephadm:First mgr is a 2024-04-21T15:12:28.304 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-21T15:12:28.304 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-04-21T15:12:28.318 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-04-21T15:12:28.333 DEBUG:teuthology.orchestra.run.smithi157:> sudo hostname $(hostname -s) 2024-04-21T15:12:28.347 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-21T15:12:28.347 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:28.576 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '36c371567dddacf6207ea36f2535396ab31415fc', '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/78756/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3160-g36c37156', 'node_name': '172.21.2.10+braggi10', '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-3160-g36c37156-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-19 21:45:24.242067', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240419.185239-main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-21T15:12:28.791 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuriw-testing-20240419.185239-main, sha1 36c371567dddacf6207ea36f2535396ab31415fc from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:12:28.793 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-21T15:12:28.793 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:30.300 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788856 Apr 21 15:12 /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:30.300 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:31.499 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788856 Apr 21 15:12 /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:31.500 DEBUG:teuthology.orchestra.run.smithi157:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240419.185239-main/36c371567dddacf6207ea36f2535396ab31415fc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:32.250 INFO:teuthology.orchestra.run.smithi157.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788856 Apr 21 15:12 /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:32.251 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:32.258 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:32.266 DEBUG:teuthology.orchestra.run.smithi157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-21T15:12:32.283 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc on all hosts... 2024-04-21T15:12:32.283 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc pull 2024-04-21T15:12:32.303 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc pull 2024-04-21T15:12:32.309 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc pull 2024-04-21T15:12:32.468 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc... 2024-04-21T15:12:32.475 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc... 2024-04-21T15:12:32.485 INFO:teuthology.orchestra.run.smithi157.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc... 2024-04-21T15:13:29.705 INFO:teuthology.orchestra.run.smithi148.stdout:{ 2024-04-21T15:13:29.705 INFO:teuthology.orchestra.run.smithi148.stdout: "ceph_version": "ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev)", 2024-04-21T15:13:29.705 INFO:teuthology.orchestra.run.smithi148.stdout: "image_id": "3963ae0cc69b2c056e395257d0fd7aa926df0f6f09e4d860cc3407d54ee2f33b", 2024-04-21T15:13:29.706 INFO:teuthology.orchestra.run.smithi148.stdout: "repo_digests": [ 2024-04-21T15:13:29.706 INFO:teuthology.orchestra.run.smithi148.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc102f95bf5a3cb0e41ae2360714141bf44b1867f263b70ab9e489d297e81b79" 2024-04-21T15:13:29.706 INFO:teuthology.orchestra.run.smithi148.stdout: ] 2024-04-21T15:13:29.706 INFO:teuthology.orchestra.run.smithi148.stdout:} 2024-04-21T15:13:53.636 INFO:teuthology.orchestra.run.smithi157.stdout:{ 2024-04-21T15:13:53.636 INFO:teuthology.orchestra.run.smithi157.stdout: "ceph_version": "ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev)", 2024-04-21T15:13:53.637 INFO:teuthology.orchestra.run.smithi157.stdout: "image_id": "3963ae0cc69b2c056e395257d0fd7aa926df0f6f09e4d860cc3407d54ee2f33b", 2024-04-21T15:13:53.637 INFO:teuthology.orchestra.run.smithi157.stdout: "repo_digests": [ 2024-04-21T15:13:53.637 INFO:teuthology.orchestra.run.smithi157.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc102f95bf5a3cb0e41ae2360714141bf44b1867f263b70ab9e489d297e81b79" 2024-04-21T15:13:53.637 INFO:teuthology.orchestra.run.smithi157.stdout: ] 2024-04-21T15:13:53.637 INFO:teuthology.orchestra.run.smithi157.stdout:} 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev)", 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "3963ae0cc69b2c056e395257d0fd7aa926df0f6f09e4d860cc3407d54ee2f33b", 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc102f95bf5a3cb0e41ae2360714141bf44b1867f263b70ab9e489d297e81b79" 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2024-04-21T15:13:58.753 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-04-21T15:13:58.786 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-04-21T15:13:58.801 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-04-21T15:13:58.816 DEBUG:teuthology.orchestra.run.smithi157:> sudo mkdir -p /etc/ceph 2024-04-21T15:13:58.832 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-04-21T15:13:58.858 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-04-21T15:13:58.875 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 777 /etc/ceph 2024-04-21T15:13:58.893 INFO:tasks.cephadm:Writing seed config... 2024-04-21T15:13:58.894 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-21T15:13:58.895 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-21T15:13:58.896 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-21T15:13:58.896 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:13:58.896 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-21T15:13:58.908 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 = 912eecc6-fff1-11ee-bc93-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-04-21T15:13:58.908 DEBUG:teuthology.orchestra.run.smithi131:mon.a> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service 2024-04-21T15:13:58.954 DEBUG:teuthology.orchestra.run.smithi131:mgr.a> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a.service 2024-04-21T15:13:59.000 INFO:tasks.cephadm:Bootstrapping... 2024-04-21T15:13:59.000 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc -v bootstrap --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.131 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:13:59.211 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-21T15:13:59.211 INFO:teuthology.orchestra.run.smithi131.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc', '-v', 'bootstrap', '--fsid', '912eecc6-fff1-11ee-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.131', '--skip-admin-label'] 2024-04-21T15:13:59.212 INFO:teuthology.orchestra.run.smithi131.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-21T15:13:59.212 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying podman|docker is present... 2024-04-21T15:13:59.212 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying lvm2 is present... 2024-04-21T15:13:59.212 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying time synchronization is in place... 2024-04-21T15:13:59.218 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-21T15:13:59.219 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-21T15:13:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-21T15:13:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.227 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-21T15:13:59.227 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-21T15:13:59.233 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-21T15:13:59.233 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.238 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-21T15:13:59.238 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout masked 2024-04-21T15:13:59.241 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-21T15:13:59.241 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.244 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-21T15:13:59.244 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-21T15:13:59.248 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-21T15:13:59.248 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.252 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2024-04-21T15:13:59.256 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2024-04-21T15:13:59.256 INFO:teuthology.orchestra.run.smithi131.stdout:Unit ntp.service is enabled and running 2024-04-21T15:13:59.256 INFO:teuthology.orchestra.run.smithi131.stdout:Repeating the final host check... 2024-04-21T15:13:59.256 INFO:teuthology.orchestra.run.smithi131.stdout:docker (/usr/bin/docker) is present 2024-04-21T15:13:59.257 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl is present 2024-04-21T15:13:59.257 INFO:teuthology.orchestra.run.smithi131.stdout:lvcreate is present 2024-04-21T15:13:59.260 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-21T15:13:59.260 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-21T15:13:59.264 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-21T15:13:59.264 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.268 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-21T15:13:59.268 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-21T15:13:59.272 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-21T15:13:59.272 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.275 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-21T15:13:59.275 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout masked 2024-04-21T15:13:59.278 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-21T15:13:59.279 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.282 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-21T15:13:59.282 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-21T15:13:59.285 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-21T15:13:59.285 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-21T15:13:59.289 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Unit ntp.service is enabled and running 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Host looks OK 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Cluster fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Acquiring lock 140416776071168 on /run/cephadm/912eecc6-fff1-11ee-bc93-c7b262605968.lock 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Lock 140416776071168 acquired on /run/cephadm/912eecc6-fff1-11ee-bc93-c7b262605968.lock 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 3300 ... 2024-04-21T15:13:59.293 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 6789 ... 2024-04-21T15:13:59.294 INFO:teuthology.orchestra.run.smithi131.stdout:Base mon IP(s) is [172.21.15.131:3300, 172.21.15.131:6789], mon addrv is [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 metric 100 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2024-04-21T15:13:59.296 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2024-04-21T15:13:59.297 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2024-04-21T15:13:59.298 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-21T15:13:59.298 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-21T15:13:59.298 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1791sec pref medium 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:72f9/64 scope link 2024-04-21T15:13:59.300 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.1/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.1/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.2/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.2/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.15.254/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.15.254/32` 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-21T15:13:59.302 INFO:teuthology.orchestra.run.smithi131.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-21T15:13:59.303 INFO:teuthology.orchestra.run.smithi131.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc... 2024-04-21T15:13:59.579 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout 36c371567dddacf6207ea36f2535396ab31415fc: Pulling from ceph-ci/ceph 2024-04-21T15:13:59.579 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout Digest: sha256:dc102f95bf5a3cb0e41ae2360714141bf44b1867f263b70ab9e489d297e81b79 2024-04-21T15:13:59.579 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:13:59.579 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc 2024-04-21T15:14:00.950 INFO:teuthology.orchestra.run.smithi131.stdout:ceph: stdout ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev) 2024-04-21T15:14:00.950 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph version: ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev) 2024-04-21T15:14:00.950 INFO:teuthology.orchestra.run.smithi131.stdout:Extracting ceph user uid/gid from container image... 2024-04-21T15:14:02.072 INFO:teuthology.orchestra.run.smithi131.stdout:stat: stdout 167 167 2024-04-21T15:14:02.072 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial keys... 2024-04-21T15:14:03.217 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA6LSVmwr5kKhAAEmTsUz3xzMnigvmmgDyZZQ== 2024-04-21T15:14:04.313 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA7LSVmlWVDMhAAltR66BjtAWgCnpf7aZlxvA== 2024-04-21T15:14:05.459 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA8LSVmYgegNRAAKdQhMbzoh/g/P2ugcnoCpw== 2024-04-21T15:14:05.460 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial monmap... 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:monmaptool for a [v2:172.21.15.131:3300,v1:172.21.15.131:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:setting min_mon_release = quincy 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: set fsid to 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:14:06.657 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mon... 2024-04-21T15:14:07.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.345+0000 7f9ed6b40c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.345+0000 7f9ed6b40c80 1 imported monmap: 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.345+0000 7f9ed6b40c80 0 /usr/bin/ceph-mon: set fsid to 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:07.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Git sha 0 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Compile date 2024-04-20 01:00:17 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: DB SUMMARY 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: DB Session ID: MDW2WCIPP56W8BOFS6AU 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-21T15:14:07.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.error_if_exists: 0 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.create_if_missing: 1 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-21T15:14:07.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.env: 0x558cc84f8cc0 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.info_log: 0x558cc90a4e60 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.statistics: (nil) 2024-04-21T15:14:07.907 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.use_fsync: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-21T15:14:07.908 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.db_log_dir: 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.wal_dir: 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-21T15:14:07.909 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.write_buffer_manager: 0x558cc9038aa0 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-21T15:14:07.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.unordered_write: 0 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.row_cache: None 2024-04-21T15:14:07.911 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.wal_filter: None 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.two_write_queues: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.wal_compression: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.atomic_flush: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-21T15:14:07.912 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-21T15:14:07.913 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_open_files: -1 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Compression algorithms supported: 2024-04-21T15:14:07.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kZSTD supported: 0 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kXpressCompression supported: 0 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kZlibCompression supported: 1 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-21T15:14:07.915 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.merge_operator: 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_filter: None 2024-04-21T15:14:07.916 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558cc90a5040) 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-21T15:14:07.917 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x558cc906b1f0 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-21T15:14:07.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-21T15:14:07.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression: NoCompression 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.num_levels: 7 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-21T15:14:07.920 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-21T15:14:07.921 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-21T15:14:07.922 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-21T15:14:07.923 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-21T15:14:07.924 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.bloom_locality: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.ttl: 2592000 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enable_blob_files: false 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.min_blob_size: 0 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-21T15:14:07.925 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a192c96-dbbf-459e-86b9-41d123dd3287 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.349+0000 7f9ed6b40c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ed6b40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558cc915a000 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ed6b40c80 4 rocksdb: DB pointer 0x558cc914a000 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ec6ca2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ec6ca2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:14:07.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:07.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:07.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:14:07.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-21T15:14:07.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:07.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-21T15:14:07.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x558cc906b1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2024-04-21T15:14:07.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ed6b40c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-21T15:14:07.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ed6b40c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-21T15:14:07.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-21T15:14:07.353+0000 7f9ed6b40c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-21T15:14:07.932 INFO:teuthology.orchestra.run.smithi131.stdout:create mon.a on 2024-04-21T15:14:08.149 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-21T15:14:08.338 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-21T15:14:08.556 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target -> /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target. 2024-04-21T15:14:08.556 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target -> /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target. 2024-04-21T15:14:08.831 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a 2024-04-21T15:14:08.831 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service: Unit ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service not loaded. 2024-04-21T15:14:09.012 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target.wants/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service. 2024-04-21T15:14:09.021 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2024-04-21T15:14:09.021 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2024-04-21T15:14:09.021 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon to start... 2024-04-21T15:14:09.022 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon... 2024-04-21T15:14:10.462 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:10 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.220019+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-21T15:14:11.047 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout cluster: 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout id: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout services: 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.211537s) 2024-04-21T15:14:11.048 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-21T15:14:11.049 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-21T15:14:11.049 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:11.049 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout data: 2024-04-21T15:14:11.049 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pgs: 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:mon is available 2024-04-21T15:14:11.050 INFO:teuthology.orchestra.run.smithi131.stdout:Assimilating anything we can from ceph.conf... 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.239926+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.239926+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240145+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240145+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240162+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:11.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240162+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240177+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240177+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240193+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240193+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240211+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240211+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240227+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240227+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240242+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.240242+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.242953+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.242953+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.245553+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-21T15:14:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.245553+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-21T15:14:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.246201+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-21T15:14:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: cluster 2024-04-21T15:14:10.246201+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-21T15:14:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: audit 2024-04-21T15:14:10.451425+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.131:0/992174430' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-21T15:14:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:11 smithi131 bash[21089]: audit 2024-04-21T15:14:10.451425+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.131:0/992174430' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-21T15:14:12.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:12 smithi131 bash[21089]: audit 2024-04-21T15:14:11.984197+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.131:0/4156658407' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-21T15:14:12.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:12 smithi131 bash[21089]: audit 2024-04-21T15:14:11.984197+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.131:0/4156658407' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-21T15:14:12.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:12 smithi131 bash[21089]: audit 2024-04-21T15:14:11.988747+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.131:0/4156658407' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-21T15:14:12.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:12 smithi131 bash[21089]: audit 2024-04-21T15:14:11.988747+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.131:0/4156658407' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-21T15:14:12.503 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:12.503 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2024-04-21T15:14:12.503 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:12.503 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-21T15:14:12.503 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-21T15:14:12.504 INFO:teuthology.orchestra.run.smithi131.stdout:Generating new minimal ceph.conf... 2024-04-21T15:14:13.785 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:13 smithi131 bash[21089]: audit 2024-04-21T15:14:13.426921+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.131:0/2674978193' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:14:13.785 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:13 smithi131 bash[21089]: audit 2024-04-21T15:14:13.426921+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.131:0/2674978193' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:14:13.941 INFO:teuthology.orchestra.run.smithi131.stdout:Restarting the monitor... 2024-04-21T15:14:14.284 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:13 smithi131 systemd[1]: Stopping Ceph mon.a for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:14:14.284 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 bash[21089]: debug 2024-04-21T15:14:14.069+0000 7fc753ce7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-21T15:14:14.284 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 bash[21089]: debug 2024-04-21T15:14:14.069+0000 7fc753ce7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-21T15:14:14.535 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 bash[21479]: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-mon-a 2024-04-21T15:14:14.599 INFO:teuthology.orchestra.run.smithi131.stdout:Setting public_network to 172.21.0.2/32,172.21.15.254/32,172.21.0.1/32,172.21.0.0/20 in mon config section 2024-04-21T15:14:15.035 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 bash[21539]: Error response from daemon: No such container: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-mon-a 2024-04-21T15:14:15.035 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 systemd[1]: ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-21T15:14:15.035 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 systemd[1]: Stopped Ceph mon.a for 912eecc6-fff1-11ee-bc93-c7b262605968. 2024-04-21T15:14:15.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:14 smithi131 systemd[1]: Started Ceph mon.a for 912eecc6-fff1-11ee-bc93-c7b262605968. 2024-04-21T15:14:15.913 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.629+0000 7f584ee4cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-21T15:14:15.913 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.629+0000 7f584ee4cc80 0 ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev), process ceph-mon, pid 7 2024-04-21T15:14:15.913 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.629+0000 7f584ee4cc80 0 pidfile_write: ignore empty --pid-file 2024-04-21T15:14:15.913 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 0 load: jerasure load: lrc 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Git sha 0 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Compile date 2024-04-20 01:00:17 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: DB SUMMARY 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: DB Session ID: SGPUSY9SJ8VERG0YDBV1 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: CURRENT file: CURRENT 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88573 ; 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.error_if_exists: 0 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.create_if_missing: 0 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-21T15:14:15.914 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.env: 0x55654eae6cc0 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.info_log: 0x55654f903c40 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.statistics: (nil) 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.use_fsync: 0 2024-04-21T15:14:15.915 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-21T15:14:15.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-21T15:14:15.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-21T15:14:15.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.db_log_dir: 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.wal_dir: 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-21T15:14:15.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.write_buffer_manager: 0x55654f8990e0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-21T15:14:15.918 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.unordered_write: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.row_cache: None 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.wal_filter: None 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.two_write_queues: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.wal_compression: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.atomic_flush: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-21T15:14:15.919 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-21T15:14:15.920 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_open_files: -1 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Compression algorithms supported: 2024-04-21T15:14:15.921 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kZSTD supported: 0 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kXpressCompression supported: 0 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kZlibCompression supported: 1 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-21T15:14:15.922 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.merge_operator: 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_filter: None 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55654f903e00) 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cache_index_and_filter_blocks: 1 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: pin_top_level_index_and_filter: 1 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: index_type: 0 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: data_block_index_type: 0 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: index_shortening: 1 2024-04-21T15:14:15.923 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: data_block_hash_table_util_ratio: 0.750000 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: checksum: 4 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: no_block_cache: 0 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_cache: 0x55654f8c91f0 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_cache_name: BinnedLRUCache 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_cache_options: 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: capacity : 536870912 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: num_shard_bits : 4 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: strict_capacity_limit : 0 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: high_pri_pool_ratio: 0.000 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_cache_compressed: (nil) 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: persistent_cache: (nil) 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_size: 4096 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_size_deviation: 10 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_restart_interval: 16 2024-04-21T15:14:15.924 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: index_block_restart_interval: 1 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: metadata_block_size: 4096 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: partition_filters: 0 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: use_delta_encoding: 1 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: filter_policy: bloomfilter 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: whole_key_filtering: 1 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: verify_compression: 0 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: read_amp_bytes_per_bit: 0 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: format_version: 5 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: enable_index_compression: 1 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: block_align: 0 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: max_auto_readahead_size: 262144 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: prepopulate_block_cache: 0 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: initial_auto_readahead_size: 8192 2024-04-21T15:14:15.925 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: num_file_reads_for_auto_readahead: 2 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression: NoCompression 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.num_levels: 7 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-21T15:14:15.926 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-21T15:14:15.927 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-21T15:14:15.928 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-21T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.bloom_locality: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-21T15:14:15.930 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.ttl: 2592000 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enable_blob_files: false 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.min_blob_size: 0 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-21T15:14:15.931 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-21T15:14:15.932 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-21T15:14:15.932 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-21T15:14:15.932 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-21T15:14:15.932 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a192c96-dbbf-459e-86b9-41d123dd3287 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712455642328, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712455643368, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85312, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83459, "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": 77671, "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": 1713712455, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5a192c96-dbbf-459e-86b9-41d123dd3287", "db_session_id": "SGPUSY9SJ8VERG0YDBV1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.637+0000 7f584ee4cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712455643474, "job": 1, "event": "recovery_finished"} 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55654f9e2000 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 4 rocksdb: DB pointer 0x55654f9cc000 2024-04-21T15:14:15.933 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f583d5a6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f583d5a6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: ** DB Stats ** 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: ** Compaction Stats [default] ** 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-21T15:14:15.934 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: ** Compaction Stats [default] ** 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: AddFile(Total Files): cumulative 0, interval 0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: AddFile(Keys): cumulative 0, interval 0 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Cumulative compaction: 0.00 GB write, 21.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Interval compaction: 0.00 GB write, 21.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:14:15.935 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Block cache BinnedLRUCache@0x55654f8c91f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: ** File Read Latency Histogram By Level [default] ** 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 1 mon.a@-1(???) e1 preinit fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).mds e1 new map 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).mds e1 print_map 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: e1 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: legacy client fscid: -1 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: No filesystems configured 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-21T15:14:15.936 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: debug 2024-04-21T15:14:15.641+0000 7f584ee4cc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.671997+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.671997+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672084+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672084+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672111+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672111+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672176+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672176+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672203+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672203+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672219+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:14:15.937 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672219+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672234+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672234+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672254+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672254+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672696+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672696+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672736+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.672736+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.673173+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-21T15:14:15.938 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:15 smithi131 bash[21579]: cluster 2024-04-21T15:14:15.673173+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-21T15:14:16.459 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-21T15:14:16.477 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:14:16.477 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mgr... 2024-04-21T15:14:16.477 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-21T15:14:16.477 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-21T15:14:16.756 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a 2024-04-21T15:14:16.757 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a.service: Unit ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-21T15:14:16.785 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:16 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:14:16.982 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968.target.wants/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service. 2024-04-21T15:14:16.991 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2024-04-21T15:14:16.992 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2024-04-21T15:14:16.992 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2024-04-21T15:14:16.992 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-21T15:14:16.992 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr to start... 2024-04-21T15:14:16.992 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr... 2024-04-21T15:14:17.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:16 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:14:17.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:16 smithi131 bash[21579]: audit 2024-04-21T15:14:15.900094+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.131:0/3679871393' entity='client.admin' 2024-04-21T15:14:17.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:16 smithi131 bash[21579]: audit 2024-04-21T15:14:15.900094+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.131:0/3679871393' entity='client.admin' 2024-04-21T15:14:18.535 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:18 smithi131 bash[21579]: audit 2024-04-21T15:14:18.348668+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.131:0/4245066965' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:18.535 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:18 smithi131 bash[21579]: audit 2024-04-21T15:14:18.348668+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.131:0/4245066965' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:18.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:18 smithi131 bash[21837]: debug 2024-04-21T15:14:18.277+0000 7f290318f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "912eecc6-fff1-11ee-bc93-c7b262605968", 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-21T15:14:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "a" 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-21T15:14:18.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-21T15:14:18.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-21T15:14:18.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-21T15:14:10.241638+0000", 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:18.905 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (1/15)... 2024-04-21T15:14:20.190 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:19 smithi131 bash[21837]: debug 2024-04-21T15:14:19.845+0000 7f290318f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:14:20.190 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:19 smithi131 bash[21837]: debug 2024-04-21T15:14:19.941+0000 7f290318f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:14:20.535 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:20 smithi131 bash[21837]: debug 2024-04-21T15:14:20.185+0000 7f290318f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:14:21.191 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:20 smithi131 bash[21837]: debug 2024-04-21T15:14:20.977+0000 7f290318f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:14:21.191 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21837]: debug 2024-04-21T15:14:21.085+0000 7f290318f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:14:21.535 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21837]: debug 2024-04-21T15:14:21.189+0000 7f290318f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:14:21.872 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21837]: debug 2024-04-21T15:14:21.549+0000 7f290318f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:14:21.873 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21837]: debug 2024-04-21T15:14:21.665+0000 7f290318f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:14:21.873 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21837]: debug 2024-04-21T15:14:21.769+0000 7f290318f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:14:22.125 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21579]: audit 2024-04-21T15:14:21.861273+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.131:0/2201688933' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:22.125 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:21 smithi131 bash[21579]: audit 2024-04-21T15:14:21.861273+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.131:0/2201688933' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "912eecc6-fff1-11ee-bc93-c7b262605968", 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-21T15:14:22.424 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "a" 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.425 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-21T15:14:22.426 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.427 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-21T15:14:10.241638+0000", 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:22.428 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-21T15:14:22.429 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:22.429 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (2/15)... 2024-04-21T15:14:22.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:22 smithi131 bash[21837]: debug 2024-04-21T15:14:22.121+0000 7f290318f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:14:22.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:22 smithi131 bash[21837]: debug 2024-04-21T15:14:22.365+0000 7f290318f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:14:23.006 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:22 smithi131 bash[21837]: debug 2024-04-21T15:14:22.621+0000 7f290318f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:14:23.006 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:22 smithi131 bash[21837]: debug 2024-04-21T15:14:22.733+0000 7f290318f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:14:23.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:23 smithi131 bash[21837]: debug 2024-04-21T15:14:23.001+0000 7f290318f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:14:23.764 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:23 smithi131 bash[21837]: debug 2024-04-21T15:14:23.413+0000 7f290318f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:14:23.764 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:23 smithi131 bash[21837]: debug 2024-04-21T15:14:23.645+0000 7f290318f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:14:24.035 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:23 smithi131 bash[21837]: debug 2024-04-21T15:14:23.761+0000 7f290318f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:14:24.035 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:24 smithi131 bash[21837]: debug 2024-04-21T15:14:24.005+0000 7f290318f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:14:25.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21837]: debug 2024-04-21T15:14:25.013+0000 7f290318f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:14:25.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21837]: debug 2024-04-21T15:14:25.129+0000 7f290318f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:14:25.785 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21837]: debug 2024-04-21T15:14:25.433+0000 7f290318f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:14:25.785 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21837]: debug 2024-04-21T15:14:25.545+0000 7f290318f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:14:25.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21579]: audit 2024-04-21T15:14:25.362145+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.131:0/3617096144' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:25.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21579]: audit 2024-04-21T15:14:25.362145+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.131:0/3617096144' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:25.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "912eecc6-fff1-11ee-bc93-c7b262605968", 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-21T15:14:25.896 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-21T15:14:25.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "a" 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.899 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-21T15:14:25.900 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-21T15:14:25.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.903 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.904 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.905 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-21T15:14:10.241638+0000", 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:25.906 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (3/15)... 2024-04-21T15:14:26.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:25 smithi131 bash[21837]: debug 2024-04-21T15:14:25.993+0000 7f290318f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:14:26.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21837]: debug 2024-04-21T15:14:26.113+0000 7f290318f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:14:26.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.138474+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-21T15:14:26.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.138474+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-21T15:14:26.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.145862+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791625s) 2024-04-21T15:14:26.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.145862+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791625s) 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147113+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147113+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147291+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147291+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147448+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147448+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147635+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147635+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147801+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147801+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147958+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.147958+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.148130+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:14:26.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.148130+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.149352+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.149352+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.174195+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: cluster 2024-04-21T15:14:26.174195+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.186720+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.186720+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.189760+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.189760+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.193099+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.193099+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.198350+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.198350+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.203432+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:26.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:26 smithi131 bash[21579]: audit 2024-04-21T15:14:26.203432+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.131:0/3231478371' entity='mgr.a' 2024-04-21T15:14:28.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:28 smithi131 bash[21579]: cluster 2024-04-21T15:14:27.152597+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01465s) 2024-04-21T15:14:28.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:28 smithi131 bash[21579]: cluster 2024-04-21T15:14:27.152597+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01465s) 2024-04-21T15:14:29.790 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "912eecc6-fff1-11ee-bc93-c7b262605968", 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-21T15:14:29.791 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "a" 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-21T15:14:29.792 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:29.793 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-21T15:14:29.794 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-21T15:14:10.241638+0000", 2024-04-21T15:14:29.795 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-21T15:14:29.795 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-21T15:14:29.795 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-21T15:14:29.795 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:29.795 INFO:teuthology.orchestra.run.smithi131.stdout:mgr is available 2024-04-21T15:14:30.415 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:30 smithi131 bash[21579]: cluster 2024-04-21T15:14:29.151818+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-21T15:14:30.415 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:30 smithi131 bash[21579]: cluster 2024-04-21T15:14:29.151818+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-21T15:14:30.415 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:30 smithi131 bash[21579]: audit 2024-04-21T15:14:29.297434+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.131:0/1578112406' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:30.415 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:30 smithi131 bash[21579]: audit 2024-04-21T15:14:29.297434+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.131:0/1578112406' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-21T15:14:31.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:31 smithi131 bash[21579]: audit 2024-04-21T15:14:30.965562+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.131:0/1475259885' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-21T15:14:31.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:31 smithi131 bash[21579]: audit 2024-04-21T15:14:30.965562+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.131:0/1475259885' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-21T15:14:31.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:31 smithi131 bash[21579]: audit 2024-04-21T15:14:30.970493+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.131:0/1475259885' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-21T15:14:31.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:31 smithi131 bash[21579]: audit 2024-04-21T15:14:30.970493+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.131:0/1475259885' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-21T15:14:31.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:31.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2024-04-21T15:14:31.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:31.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-21T15:14:31.567 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling cephadm module... 2024-04-21T15:14:33.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:32 smithi131 bash[21579]: audit 2024-04-21T15:14:32.818485+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.131:0/717909005' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-21T15:14:33.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:32 smithi131 bash[21579]: audit 2024-04-21T15:14:32.818485+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.131:0/717909005' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-21T15:14:33.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:32 smithi131 bash[21837]: ignoring --setuser ceph since I am not root 2024-04-21T15:14:33.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:32 smithi131 bash[21837]: ignoring --setgroup ceph since I am not root 2024-04-21T15:14:33.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:33 smithi131 bash[21837]: debug 2024-04-21T15:14:33.061+0000 7fbfaf6d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:14:34.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:33 smithi131 bash[21579]: audit 2024-04-21T15:14:32.870066+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.131:0/717909005' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-21T15:14:34.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:33 smithi131 bash[21579]: audit 2024-04-21T15:14:32.870066+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.131:0/717909005' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-21T15:14:34.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:33 smithi131 bash[21579]: cluster 2024-04-21T15:14:32.875947+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-21T15:14:34.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:33 smithi131 bash[21579]: cluster 2024-04-21T15:14:32.875947+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-21T15:14:34.979 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:34 smithi131 bash[21837]: debug 2024-04-21T15:14:34.629+0000 7fbfaf6d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:14:34.980 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:34 smithi131 bash[21837]: debug 2024-04-21T15:14:34.725+0000 7fbfaf6d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:14:34.980 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:34 smithi131 bash[21579]: audit 2024-04-21T15:14:34.767174+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.131:0/780723481' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-21T15:14:34.980 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:34 smithi131 bash[21579]: audit 2024-04-21T15:14:34.767174+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.131:0/780723481' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-21T15:14:35.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:34 smithi131 bash[21837]: debug 2024-04-21T15:14:34.977+0000 7fbfaf6d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:35.334 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2024-04-21T15:14:35.335 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 5... 2024-04-21T15:14:36.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:35 smithi131 bash[21837]: debug 2024-04-21T15:14:35.785+0000 7fbfaf6d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:14:36.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:35 smithi131 bash[21837]: debug 2024-04-21T15:14:35.901+0000 7fbfaf6d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:14:36.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:36 smithi131 bash[21837]: debug 2024-04-21T15:14:36.005+0000 7fbfaf6d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:14:36.785 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:36 smithi131 bash[21837]: debug 2024-04-21T15:14:36.365+0000 7fbfaf6d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:14:36.785 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:36 smithi131 bash[21837]: debug 2024-04-21T15:14:36.477+0000 7fbfaf6d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:14:36.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:36 smithi131 bash[21837]: debug 2024-04-21T15:14:36.577+0000 7fbfaf6d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:14:37.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:36 smithi131 bash[21837]: debug 2024-04-21T15:14:36.933+0000 7fbfaf6d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:14:37.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:37 smithi131 bash[21837]: debug 2024-04-21T15:14:37.173+0000 7fbfaf6d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:14:37.785 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:37 smithi131 bash[21837]: debug 2024-04-21T15:14:37.433+0000 7fbfaf6d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:14:37.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:37 smithi131 bash[21837]: debug 2024-04-21T15:14:37.545+0000 7fbfaf6d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:14:38.230 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:37 smithi131 bash[21837]: debug 2024-04-21T15:14:37.813+0000 7fbfaf6d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:14:38.535 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:38 smithi131 bash[21837]: debug 2024-04-21T15:14:38.225+0000 7fbfaf6d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:14:38.535 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:38 smithi131 bash[21837]: debug 2024-04-21T15:14:38.461+0000 7fbfaf6d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:14:39.035 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:38 smithi131 bash[21837]: debug 2024-04-21T15:14:38.581+0000 7fbfaf6d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:14:39.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:38 smithi131 bash[21837]: debug 2024-04-21T15:14:38.825+0000 7fbfaf6d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:14:40.234 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:39 smithi131 bash[21837]: debug 2024-04-21T15:14:39.825+0000 7fbfaf6d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:14:40.234 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:39 smithi131 bash[21837]: debug 2024-04-21T15:14:39.937+0000 7fbfaf6d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:14:40.234 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21837]: debug 2024-04-21T15:14:40.229+0000 7fbfaf6d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:14:40.535 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21837]: debug 2024-04-21T15:14:40.341+0000 7fbfaf6d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:14:41.285 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21837]: debug 2024-04-21T15:14:40.789+0000 7fbfaf6d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21837]: debug 2024-04-21T15:14:40.905+0000 7fbfaf6d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.933628+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.933628+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.934086+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.934086+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.938190+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-21T15:14:41.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.938190+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.938302+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00441379s) 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.938302+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00441379s) 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.942389+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.942389+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.944151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.944151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945029+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945029+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945400+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945400+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945785+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: audit 2024-04-21T15:14:40.945785+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:14:41.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.974098+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-21T15:14:41.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:40 smithi131 bash[21579]: cluster 2024-04-21T15:14:40.974098+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cephadm 2024-04-21T15:14:40.992317+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cephadm 2024-04-21T15:14:40.992317+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.994148+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.994148+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.996565+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.996565+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.999060+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:40.999060+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.002514+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.002514+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.006787+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.006787+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.015359+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:14:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.015359+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.018198+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.018198+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.428917+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.428917+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.434130+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: audit 2024-04-21T15:14:41.434130+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cephadm 2024-04-21T15:14:41.881108+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [21/Apr/2024:15:14:41] ENGINE Bus STARTING 2024-04-21T15:14:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cephadm 2024-04-21T15:14:41.881108+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [21/Apr/2024:15:14:41] ENGINE Bus STARTING 2024-04-21T15:14:42.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cluster 2024-04-21T15:14:41.942119+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.00823s) 2024-04-21T15:14:42.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:41 smithi131 bash[21579]: cluster 2024-04-21T15:14:41.942119+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.00823s) 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 5 is available 2024-04-21T15:14:42.548 INFO:teuthology.orchestra.run.smithi131.stdout:Setting orchestrator backend to cephadm... 2024-04-21T15:14:43.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:41.940765+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-21T15:14:43.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:41.940765+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-21T15:14:43.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:41.952345+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-21T15:14:43.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:41.952345+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-21T15:14:43.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:41.998930+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Apr/2024:15:14:41] ENGINE Serving on https://172.21.15.131:7150 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:41.998930+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Apr/2024:15:14:41] ENGINE Serving on https://172.21.15.131:7150 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:42.100204+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Apr/2024:15:14:42] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:42.100204+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Apr/2024:15:14:42] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:42.100337+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Apr/2024:15:14:42] ENGINE Bus STARTED 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: cephadm 2024-04-21T15:14:42.100337+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Apr/2024:15:14:42] ENGINE Bus STARTED 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:42.125767+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:43.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:42 smithi131 bash[21579]: audit 2024-04-21T15:14:42.125767+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:44.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: cluster 2024-04-21T15:14:43.008548+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-21T15:14:44.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: cluster 2024-04-21T15:14:43.008548+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-21T15:14:44.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.719065+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-04-21T15:14:44.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.719065+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-04-21T15:14:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.726348+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.726348+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.745587+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:44 smithi131 bash[21579]: audit 2024-04-21T15:14:43.745587+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:46.058 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-21T15:14:46.059 INFO:teuthology.orchestra.run.smithi131.stdout:Generating ssh key... 2024-04-21T15:14:46.285 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:45 smithi131 bash[21579]: audit 2024-04-21T15:14:45.512678+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-04-21T15:14:46.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:45 smithi131 bash[21579]: audit 2024-04-21T15:14:45.512678+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-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: Generating public/private rsa key pair. 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: Your identification has been saved in /tmp/tmpd4dq0n6w/key. 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: Your public key has been saved in /tmp/tmpd4dq0n6w/key.pub. 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: The key fingerprint is: 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: SHA256:Y5vF7mHxw4q/njlHHfIsTJ5ZDd8T3+8dyDXzMEaoIBA ceph-912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: The key's randomart image is: 2024-04-21T15:14:47.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: +---[RSA 3072]----+ 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | Eo . | 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | . . . o. | 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | . . . . +=| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | .. o *=*| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | S ++.Xo+*| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | . * +Bo+.o| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | o +.+. .o| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | +.=.. o| 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: | .oO+ | 2024-04-21T15:14:47.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:14:47 smithi131 bash[21837]: +----[SHA256]-----+ 2024-04-21T15:14:48.785 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.254405+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.254405+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: cephadm 2024-04-21T15:14:47.254644+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: cephadm 2024-04-21T15:14:47.254644+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.368289+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.368289+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.373246+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:48.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:48 smithi131 bash[21579]: audit 2024-04-21T15:14:47.373246+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:49.728 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:14:49.728 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-21T15:14:49.728 INFO:teuthology.orchestra.run.smithi131.stdout:Adding key to root@localhost authorized_keys... 2024-04-21T15:14:49.728 INFO:teuthology.orchestra.run.smithi131.stdout:Adding host smithi131... 2024-04-21T15:14:50.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:49 smithi131 bash[21579]: audit 2024-04-21T15:14:49.132991+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-04-21T15:14:50.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:49 smithi131 bash[21579]: audit 2024-04-21T15:14:49.132991+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-04-21T15:14:51.209 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:50 smithi131 bash[21579]: audit 2024-04-21T15:14:50.905581+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "addr": "172.21.15.131", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:14:51.209 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:50 smithi131 bash[21579]: audit 2024-04-21T15:14:50.905581+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "addr": "172.21.15.131", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:14:52.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:51 smithi131 bash[21579]: cephadm 2024-04-21T15:14:51.526377+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi131 2024-04-21T15:14:52.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:51 smithi131 bash[21579]: cephadm 2024-04-21T15:14:51.526377+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi131 2024-04-21T15:14:57.301 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Added host 'smithi131' with addr '172.21.15.131' 2024-04-21T15:14:57.301 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying unmanaged mon service... 2024-04-21T15:14:57.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: audit 2024-04-21T15:14:56.439767+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:57.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: audit 2024-04-21T15:14:56.439767+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:14:57.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: cephadm 2024-04-21T15:14:56.440178+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi131 2024-04-21T15:14:57.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: cephadm 2024-04-21T15:14:56.440178+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi131 2024-04-21T15:14:57.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: audit 2024-04-21T15:14:56.487590+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:57.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:14:57 smithi131 bash[21579]: audit 2024-04-21T15:14:56.487590+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:14:59.704 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-21T15:14:59.704 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying unmanaged mgr service... 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:58.997773+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:58.997773+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: cephadm 2024-04-21T15:14:58.999684+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: cephadm 2024-04-21T15:14:58.999684+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:59.004249+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:59.004249+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:59.514182+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:00.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:00 smithi131 bash[21579]: audit 2024-04-21T15:14:59.514182+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:01.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.049019+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:01.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.049019+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:01.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.908690+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:01.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.908690+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:01.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: cephadm 2024-04-21T15:15:00.911241+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-21T15:15:01.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: cephadm 2024-04-21T15:15:00.911241+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-21T15:15:01.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.914422+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:01.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:01 smithi131 bash[21579]: audit 2024-04-21T15:15:00.914422+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.131:0/2474027504' entity='mgr.a' 2024-04-21T15:15:01.551 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-21T15:15:02.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:02 smithi131 bash[21579]: cluster 2024-04-21T15:15:00.946348+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:02.536 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:02 smithi131 bash[21579]: cluster 2024-04-21T15:15:00.946348+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:04.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:03 smithi131 bash[21579]: audit 2024-04-21T15:15:02.711785+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.131:0/956228237' entity='client.admin' 2024-04-21T15:15:04.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:03 smithi131 bash[21579]: audit 2024-04-21T15:15:02.711785+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.131:0/956228237' entity='client.admin' 2024-04-21T15:15:04.955 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling the dashboard module... 2024-04-21T15:15:04.975 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:04 smithi131 bash[21579]: cluster 2024-04-21T15:15:02.946733+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:04.975 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:04 smithi131 bash[21579]: cluster 2024-04-21T15:15:02.946733+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:04.975 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:04 smithi131 bash[21579]: audit 2024-04-21T15:15:04.427826+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.131:0/31643268' entity='client.admin' 2024-04-21T15:15:04.975 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:04 smithi131 bash[21579]: audit 2024-04-21T15:15:04.427826+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.131:0/31643268' entity='client.admin' 2024-04-21T15:15:07.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21579]: cluster 2024-04-21T15:15:04.947242+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:07.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21579]: cluster 2024-04-21T15:15:04.947242+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:07.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21579]: audit 2024-04-21T15:15:06.254235+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.131:0/2755880397' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-21T15:15:07.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21579]: audit 2024-04-21T15:15:06.254235+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.131:0/2755880397' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-21T15:15:07.037 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21837]: ignoring --setuser ceph since I am not root 2024-04-21T15:15:07.037 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21837]: ignoring --setgroup ceph since I am not root 2024-04-21T15:15:07.037 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:06 smithi131 bash[21837]: debug 2024-04-21T15:15:06.916+0000 7f7a8fa0a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:15:08.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:07 smithi131 bash[21579]: audit 2024-04-21T15:15:06.716746+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.131:0/2755880397' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-21T15:15:08.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:07 smithi131 bash[21579]: audit 2024-04-21T15:15:06.716746+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.131:0/2755880397' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-21T15:15:08.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:07 smithi131 bash[21579]: cluster 2024-04-21T15:15:06.721674+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-21T15:15:08.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:07 smithi131 bash[21579]: cluster 2024-04-21T15:15:06.721674+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-21T15:15:08.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:08 smithi131 bash[21579]: audit 2024-04-21T15:15:08.614522+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.131:0/4082232461' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-21T15:15:08.786 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:08 smithi131 bash[21579]: audit 2024-04-21T15:15:08.614522+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.131:0/4082232461' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-21T15:15:08.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:08 smithi131 bash[21837]: debug 2024-04-21T15:15:08.512+0000 7f7a8fa0a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:15:08.787 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:08 smithi131 bash[21837]: debug 2024-04-21T15:15:08.612+0000 7f7a8fa0a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2024-04-21T15:15:09.210 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 9... 2024-04-21T15:15:09.229 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:08 smithi131 bash[21837]: debug 2024-04-21T15:15:08.868+0000 7f7a8fa0a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:15:10.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:09 smithi131 bash[21837]: debug 2024-04-21T15:15:09.672+0000 7f7a8fa0a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:15:10.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:09 smithi131 bash[21837]: debug 2024-04-21T15:15:09.784+0000 7f7a8fa0a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:15:10.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:09 smithi131 bash[21837]: debug 2024-04-21T15:15:09.892+0000 7f7a8fa0a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:15:10.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:10 smithi131 bash[21837]: debug 2024-04-21T15:15:10.256+0000 7f7a8fa0a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:15:10.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:10 smithi131 bash[21837]: debug 2024-04-21T15:15:10.368+0000 7f7a8fa0a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:15:10.537 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:10 smithi131 bash[21837]: debug 2024-04-21T15:15:10.472+0000 7f7a8fa0a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:15:11.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:10 smithi131 bash[21837]: debug 2024-04-21T15:15:10.828+0000 7f7a8fa0a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:15:11.286 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:11 smithi131 bash[21837]: debug 2024-04-21T15:15:11.068+0000 7f7a8fa0a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:15:11.716 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:11 smithi131 bash[21837]: debug 2024-04-21T15:15:11.328+0000 7f7a8fa0a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:15:11.716 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:11 smithi131 bash[21837]: debug 2024-04-21T15:15:11.440+0000 7f7a8fa0a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:15:12.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:11 smithi131 bash[21837]: debug 2024-04-21T15:15:11.712+0000 7f7a8fa0a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:15:12.485 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:12 smithi131 bash[21837]: debug 2024-04-21T15:15:12.124+0000 7f7a8fa0a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:15:12.486 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:12 smithi131 bash[21837]: debug 2024-04-21T15:15:12.364+0000 7f7a8fa0a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:15:12.486 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:12 smithi131 bash[21837]: debug 2024-04-21T15:15:12.480+0000 7f7a8fa0a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:15:12.786 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:12 smithi131 bash[21837]: debug 2024-04-21T15:15:12.728+0000 7f7a8fa0a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:15:14.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:13 smithi131 bash[21837]: debug 2024-04-21T15:15:13.728+0000 7f7a8fa0a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:15:14.036 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:13 smithi131 bash[21837]: debug 2024-04-21T15:15:13.844+0000 7f7a8fa0a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:15:14.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21837]: debug 2024-04-21T15:15:14.140+0000 7f7a8fa0a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:15:14.536 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21837]: debug 2024-04-21T15:15:14.252+0000 7f7a8fa0a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21837]: debug 2024-04-21T15:15:14.696+0000 7f7a8fa0a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21837]: debug 2024-04-21T15:15:14.820+0000 7f7a8fa0a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.845214+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.845214+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.845845+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.845845+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-21T15:15:14.958 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.853238+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.853238+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.853453+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00780627s) 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.853453+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00780627s) 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.855035+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.855035+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.856998+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.856998+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.857940+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.857940+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.858223+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.858223+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.858493+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: audit 2024-04-21T15:15:14.858493+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:15:14.959 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.885917+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-21T15:15:14.960 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:14 smithi131 bash[21579]: cluster 2024-04-21T15:15:14.885917+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.909648+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.909648+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.912610+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.912610+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.931636+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.931636+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.934854+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: audit 2024-04-21T15:15:14.934854+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.771626+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Bus STARTING 2024-04-21T15:15:16.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.771626+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Bus STARTING 2024-04-21T15:15:16.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: cluster 2024-04-21T15:15:15.858128+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01248s) 2024-04-21T15:15:16.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:15 smithi131 bash[21579]: cluster 2024-04-21T15:15:15.858128+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01248s) 2024-04-21T15:15:16.539 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-21T15:15:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-21T15:15:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-21T15:15:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-21T15:15:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 9 is available 2024-04-21T15:15:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:Generating a dashboard self-signed certificate... 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: audit 2024-04-21T15:15:15.854961+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: audit 2024-04-21T15:15:15.854961+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: audit 2024-04-21T15:15:15.867168+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: audit 2024-04-21T15:15:15.867168+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.888882+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Serving on https://172.21.15.131:7150 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.888882+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Serving on https://172.21.15.131:7150 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.990199+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.990199+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.990301+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Bus STARTED 2024-04-21T15:15:17.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:16 smithi131 bash[21579]: cephadm 2024-04-21T15:15:15.990301+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Apr/2024:15:15:15] ENGINE Bus STARTED 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: cluster 2024-04-21T15:15:16.916328+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: cluster 2024-04-21T15:15:16.916328+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.686458+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-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.686458+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-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.797757+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.797757+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.800209+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:18.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:17 smithi131 bash[21579]: audit 2024-04-21T15:15:17.800209+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:18.319 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-21T15:15:18.319 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial admin user... 2024-04-21T15:15:20.233 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$g3LYHJLVFeCNqDkKpoBRk.kp6eXgW8QHHfhNbZ6l2SlF8u7angRaq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713712519, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-21T15:15:20.233 INFO:teuthology.orchestra.run.smithi131.stdout:Fetching dashboard port number... 2024-04-21T15:15:21.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:20 smithi131 bash[21579]: audit 2024-04-21T15:15:19.484260+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-04-21T15:15:21.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:20 smithi131 bash[21579]: audit 2024-04-21T15:15:19.484260+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-04-21T15:15:21.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:20 smithi131 bash[21579]: audit 2024-04-21T15:15:19.700027+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:21.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:20 smithi131 bash[21579]: audit 2024-04-21T15:15:19.700027+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:21.898 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 8443 2024-04-21T15:15:21.898 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2024-04-21T15:15:21.898 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph Dashboard is now available at: 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout: URL: https://smithi131.front.sepia.ceph.com:8443/ 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout: User: admin 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout: Password: 2txqkyboik 2024-04-21T15:15:21.900 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:21.901 INFO:teuthology.orchestra.run.smithi131.stdout:Saving cluster configuration to /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config directory 2024-04-21T15:15:21.901 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling autotune for osd_memory_target 2024-04-21T15:15:22.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:21 smithi131 bash[21579]: audit 2024-04-21T15:15:21.401428+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.131:0/3957699663' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-21T15:15:22.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:21 smithi131 bash[21579]: audit 2024-04-21T15:15:21.401428+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.131:0/3957699663' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: cluster 2024-04-21T15:15:21.711131+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: cluster 2024-04-21T15:15:21.711131+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.613286+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.613286+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.613938+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.613938+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:15:22.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.617349+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:22.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.617349+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:22.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.618823+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:15:22.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.618823+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:15:22.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.619421+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]': finished 2024-04-21T15:15:22.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:22 smithi131 bash[21579]: audit 2024-04-21T15:15:22.619421+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]': finished 2024-04-21T15:15:24.036 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:23 smithi131 bash[21579]: cephadm 2024-04-21T15:15:23.401581+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi131 on smithi131 2024-04-21T15:15:24.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:23 smithi131 bash[21579]: cephadm 2024-04-21T15:15:23.401581+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi131 on smithi131 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout:Or, if you are only running a single cluster on this host: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-21T15:15:25.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout: ceph telemetry on 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout:For more information see: 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:15:25.661 INFO:teuthology.orchestra.run.smithi131.stdout:Bootstrap complete. 2024-04-21T15:15:25.720 INFO:tasks.cephadm:Fetching config... 2024-04-21T15:15:25.720 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:15:25.720 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-21T15:15:25.725 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-21T15:15:25.725 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:15:25.725 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-21T15:15:25.771 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-21T15:15:25.772 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:15:25.772 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-21T15:15:25.827 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-21T15:15:25.827 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:15:25.827 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-21T15:15:25.875 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-21T15:15:25.876 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-21T15:15:25.939 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:15:25.947 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-21T15:15:25.969 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:15:25.979 DEBUG:teuthology.orchestra.run.smithi157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-21T15:15:25.990 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:25 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:15:25.990 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:25 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:15:26.005 INFO:teuthology.orchestra.run.smithi157.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFXGE2SN2+GM2qcmKDEEKF1SN6SZQwDvqMV9OpvyUn/Voz5jlElUKKRZfWoOgOVdQIHN0r3DDwl4fZPcMLsSU/cj6drCQZhSKWoJAefNxtVQruXqM0aYTZ53PtMRvyIaysS24S2vq9pihUTm7aeOSwv0zja/YCou1p4JE7l0r2ejeT9pXMyIIHNnt2tPnV8zMlLiywCPXV4gLzyFY19FtzwiP1gI7ODd4z5+eRoLIrGn8p0v+Qy0iXReY8mWQE6fFuTBS7L2L0eLTUAZ7VbTj1ZwEkQvf3OsG+zPEZVwXg/zsJOOoYg5M6rJlrl4bxgNS7lMcBCJq136QkJnK7A6W/L72urxs/JY2StA9K5q1LPM0NdJi8l4snE5NKFzf2eT1TLroJjmrm8T2jFyJVfmncQl3CtU3NrXaxWR6VEA1D0w5937lPN9ggNSl091gZkp4bA0+ybvmuxGFBBJuR2efR8lBL9D8Fig935lVOEYU8g6CoEgw82zH7VmjXB+qIFs= ceph-912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:15:26.014 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-21T15:15:26.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:26 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:15:26.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:26 smithi131 bash[21579]: audit 2024-04-21T15:15:25.141738+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.131:0/2268932310' entity='client.admin' 2024-04-21T15:15:26.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:26 smithi131 bash[21579]: audit 2024-04-21T15:15:25.141738+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.131:0/2268932310' entity='client.admin' 2024-04-21T15:15:26.287 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:15:26 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:15:27.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.253587+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.253587+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.273830+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.273830+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.276278+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.276278+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.292986+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.292986+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.296724+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.296724+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.298507+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.298507+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.300483+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.300483+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.302292+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.302292+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.305175+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.305175+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.323563+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.323563+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.327705+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.327705+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.756768+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:27.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:27 smithi131 bash[21579]: audit 2024-04-21T15:15:26.756768+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:30.726 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:15:31.015 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:30 smithi131 bash[21579]: audit 2024-04-21T15:15:29.932249+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:31.286 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:31 smithi131 bash[21579]: audit 2024-04-21T15:15:29.932249+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:32.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:32 smithi131 bash[21579]: audit 2024-04-21T15:15:31.091965+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:32.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:32 smithi131 bash[21579]: audit 2024-04-21T15:15:31.091965+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:32.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:32 smithi131 bash[21579]: audit 2024-04-21T15:15:31.096360+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:32.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:32 smithi131 bash[21579]: audit 2024-04-21T15:15:31.096360+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:33.917 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-21T15:15:33.917 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.319556+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.131:0/2124210755' entity='client.admin' 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.319556+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.131:0/2124210755' entity='client.admin' 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.376929+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.376929+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.381006+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:34.771 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:34 smithi131 bash[21579]: audit 2024-04-21T15:15:33.381006+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:36.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:36 smithi131 bash[21579]: cluster 2024-04-21T15:15:34.859373+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:36.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:36 smithi131 bash[21579]: cluster 2024-04-21T15:15:34.859373+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:38.529 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: cluster 2024-04-21T15:15:36.859766+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: cluster 2024-04-21T15:15:36.859766+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: audit 2024-04-21T15:15:38.233337+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: audit 2024-04-21T15:15:38.233337+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: audit 2024-04-21T15:15:38.241932+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:38.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:38 smithi131 bash[21579]: audit 2024-04-21T15:15:38.241932+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:40.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:40 smithi131 bash[21579]: cluster 2024-04-21T15:15:38.860163+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:40.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:40 smithi131 bash[21579]: cluster 2024-04-21T15:15:38.860163+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:41.535 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-04-21T15:15:41.536 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:15:41.536 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-04-21T15:15:41.542 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:15:41.542 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:41.589 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-04-21T15:15:41.590 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch host add smithi148 2024-04-21T15:15:42.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cluster 2024-04-21T15:15:40.860583+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cluster 2024-04-21T15:15:40.860583+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.870278+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.870278+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.873687+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.873687+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.879836+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.879836+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.882221+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.882221+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.883376+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:15:42.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:40.883376+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:40.884899+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:40.884899+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:40.998978+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:40.998978+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:41.113717+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:41.113717+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:41.227814+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: cephadm 2024-04-21T15:15:41.227814+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.401960+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.401960+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.410613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.410613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.416933+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:42.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:41 smithi131 bash[21579]: audit 2024-04-21T15:15:41.416933+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:43 smithi131 bash[21579]: cluster 2024-04-21T15:15:42.860998+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:44.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:43 smithi131 bash[21579]: cluster 2024-04-21T15:15:42.860998+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:46.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:45 smithi131 bash[21579]: cluster 2024-04-21T15:15:44.861357+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:46.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:45 smithi131 bash[21579]: cluster 2024-04-21T15:15:44.861357+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:46.301 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:15:48.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:47 smithi131 bash[21579]: cluster 2024-04-21T15:15:46.861826+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:48.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:47 smithi131 bash[21579]: cluster 2024-04-21T15:15:46.861826+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:50.152 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:49 smithi131 bash[21579]: cluster 2024-04-21T15:15:48.862353+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:50.152 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:49 smithi131 bash[21579]: cluster 2024-04-21T15:15:48.862353+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.794034+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.794034+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.914953+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.914953+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.918344+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.918344+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.922010+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: audit 2024-04-21T15:15:49.922010+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:51.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: cephadm 2024-04-21T15:15:50.371268+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi148 2024-04-21T15:15:51.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:50 smithi131 bash[21579]: cephadm 2024-04-21T15:15:50.371268+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi148 2024-04-21T15:15:52.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:51 smithi131 bash[21579]: cluster 2024-04-21T15:15:50.862752+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:52.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:51 smithi131 bash[21579]: cluster 2024-04-21T15:15:50.862752+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:54.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:53 smithi131 bash[21579]: cluster 2024-04-21T15:15:52.863022+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:54.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:53 smithi131 bash[21579]: cluster 2024-04-21T15:15:52.863022+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:55.464 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-04-21T15:15:56.022 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-21T15:15:56.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: cluster 2024-04-21T15:15:54.863343+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:56.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: cluster 2024-04-21T15:15:54.863343+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:56.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.462477+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:56.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.462477+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: cephadm 2024-04-21T15:15:55.463448+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi148 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: cephadm 2024-04-21T15:15:55.463448+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi148 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.489821+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.489821+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.914442+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:56.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:56 smithi131 bash[21579]: audit 2024-04-21T15:15:55.914442+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cluster 2024-04-21T15:15:56.863753+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cluster 2024-04-21T15:15:56.863753+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.390244+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.390244+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.396203+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.396203+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.397729+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.397729+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.399847+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.399847+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.401741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:57.401741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.404389+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.404389+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.620855+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.620855+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.785425+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.785425+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.120495+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.120495+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.126791+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.126791+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.130040+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.130040+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.131480+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]': finished 2024-04-21T15:15:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:58 smithi131 bash[21579]: audit 2024-04-21T15:15:58.131480+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]': finished 2024-04-21T15:15:59.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:59 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.950458+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:15:59.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:15:59 smithi131 bash[21579]: cephadm 2024-04-21T15:15:57.950458+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:00.734 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: cluster 2024-04-21T15:15:58.864092+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: cluster 2024-04-21T15:15:58.864092+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: cephadm 2024-04-21T15:15:58.946249+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi148 on smithi148 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: cephadm 2024-04-21T15:15:58.946249+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi148 on smithi148 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.032287+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.032287+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.068106+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.068106+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.074521+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.753 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.074521+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.754 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.141570+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.141570+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.145584+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.145584+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.147007+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.147007+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:00.756 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.154505+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.154505+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.224483+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.224483+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.228940+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.228940+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.230247+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.230247+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.236242+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:00.757 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:00 smithi131 bash[21579]: audit 2024-04-21T15:16:00.236242+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:01.752 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:01 smithi131 bash[21579]: audit 2024-04-21T15:16:00.506822+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:01.752 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:01 smithi131 bash[21579]: audit 2024-04-21T15:16:00.506822+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:03.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: cluster 2024-04-21T15:16:00.864444+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:03.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: cluster 2024-04-21T15:16:00.864444+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:03.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: audit 2024-04-21T15:16:01.569147+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:03.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: audit 2024-04-21T15:16:01.569147+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:03.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: audit 2024-04-21T15:16:01.573149+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:03.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:02 smithi131 bash[21579]: audit 2024-04-21T15:16:01.573149+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:03.171 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:16:03.172 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-04-21T15:16:03.730 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi157 2024-04-21T15:16:03.731 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:16:03.731 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.conf 2024-04-21T15:16:03.737 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:16:03.737 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:03.784 INFO:tasks.cephadm:Adding host smithi157 to orchestrator... 2024-04-21T15:16:03.785 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch host add smithi157 2024-04-21T15:16:04.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:04 smithi131 bash[21579]: cluster 2024-04-21T15:16:02.864801+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:04.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:04 smithi131 bash[21579]: cluster 2024-04-21T15:16:02.864801+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:04.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:04 smithi131 bash[21579]: audit 2024-04-21T15:16:03.169933+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:04.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:04 smithi131 bash[21579]: audit 2024-04-21T15:16:03.169933+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:06.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:05 smithi131 bash[21579]: cluster 2024-04-21T15:16:04.865199+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:06.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:05 smithi131 bash[21579]: cluster 2024-04-21T15:16:04.865199+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:06.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:05 smithi131 bash[21579]: audit 2024-04-21T15:16:04.939397+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:06.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:05 smithi131 bash[21579]: audit 2024-04-21T15:16:04.939397+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:08.287 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:07 smithi131 bash[21579]: cluster 2024-04-21T15:16:06.865451+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:08.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:07 smithi131 bash[21579]: cluster 2024-04-21T15:16:06.865451+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:08.495 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:16:10.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:09 smithi131 bash[21579]: cluster 2024-04-21T15:16:08.865820+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:10.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:09 smithi131 bash[21579]: cluster 2024-04-21T15:16:08.865820+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:11.537 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.086187+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.086187+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.092435+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.092435+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.100812+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:11.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:11 smithi131 bash[21579]: audit 2024-04-21T15:16:10.100812+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: audit 2024-04-21T15:16:10.792610+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: audit 2024-04-21T15:16:10.792610+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: cluster 2024-04-21T15:16:10.866199+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: cluster 2024-04-21T15:16:10.866199+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: cephadm 2024-04-21T15:16:11.433369+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi157 2024-04-21T15:16:12.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:12 smithi131 bash[21579]: cephadm 2024-04-21T15:16:11.433369+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi157 2024-04-21T15:16:14.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:14 smithi131 bash[21579]: cluster 2024-04-21T15:16:12.866472+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:14.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:14 smithi131 bash[21579]: cluster 2024-04-21T15:16:12.866472+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:15.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:15 smithi131 bash[21579]: audit 2024-04-21T15:16:14.303897+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:15.787 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:15 smithi131 bash[21579]: audit 2024-04-21T15:16:14.303897+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:15.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:15 smithi131 bash[21579]: audit 2024-04-21T15:16:14.319214+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:15.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:15 smithi131 bash[21579]: audit 2024-04-21T15:16:14.319214+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:16.618 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi157' with addr '172.21.15.157' 2024-04-21T15:16:16.635 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:16 smithi131 bash[21579]: cluster 2024-04-21T15:16:14.866824+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:16.635 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:16 smithi131 bash[21579]: cluster 2024-04-21T15:16:14.866824+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:17.285 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:16.616190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:16.616190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: cephadm 2024-04-21T15:16:16.616971+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi157 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: cephadm 2024-04-21T15:16:16.616971+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi157 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:16.638887+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:16.638887+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:17.111794+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:18.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:17 smithi131 bash[21579]: audit 2024-04-21T15:16:17.111794+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:19.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:18 smithi131 bash[21579]: cluster 2024-04-21T15:16:16.867260+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:19.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:18 smithi131 bash[21579]: cluster 2024-04-21T15:16:16.867260+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.639196+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.639196+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.647398+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.647398+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.648866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.648866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.651059+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.651059+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:20.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.652977+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:18.652977+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: cephadm 2024-04-21T15:16:18.655933+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: cephadm 2024-04-21T15:16:18.655933+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.567303+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.567303+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.572892+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.572892+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.576037+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.576037+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.577214+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-21T15:16:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:19 smithi131 bash[21579]: audit 2024-04-21T15:16:19.577214+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-21T15:16:21.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cluster 2024-04-21T15:16:18.867678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:21.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cluster 2024-04-21T15:16:18.867678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:21.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:18.871287+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:21.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:18.871287+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.332711+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.332711+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.447389+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:20 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.447389+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:21.995 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:16:22.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.874179+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Deploying daemon agent.smithi157 on smithi157 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: cephadm 2024-04-21T15:16:19.874179+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Deploying daemon agent.smithi157 on smithi157 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.854489+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.854489+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.897974+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.897974+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.906133+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:20.906133+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.007073+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.007073+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.012433+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.012433+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.014177+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.014177+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.025181+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.025181+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.136649+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.136649+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.142976+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.142976+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.143566+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:22.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.143566+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.145469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.145469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.151102+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.151102+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.157591+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.157591+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.163209+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.163209+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.316223+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:21 smithi131 bash[21579]: audit 2024-04-21T15:16:21.316223+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: cluster 2024-04-21T15:16:20.868009+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: cluster 2024-04-21T15:16:20.868009+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: audit 2024-04-21T15:16:22.381773+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: audit 2024-04-21T15:16:22.381773+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: audit 2024-04-21T15:16:22.389983+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:22.901 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:22 smithi131 bash[21579]: audit 2024-04-21T15:16:22.389983+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:25.037 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:24 smithi131 bash[21579]: cluster 2024-04-21T15:16:22.868300+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:25.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:24 smithi131 bash[21579]: cluster 2024-04-21T15:16:22.868300+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:25.186 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:16:25.187 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}, {"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}] 2024-04-21T15:16:25.891 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-21T15:16:25.891 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: cluster 2024-04-21T15:16:24.868558+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: cluster 2024-04-21T15:16:24.868558+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: audit 2024-04-21T15:16:24.949905+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: audit 2024-04-21T15:16:24.949905+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: audit 2024-04-21T15:16:25.184916+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:26.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:25 smithi131 bash[21579]: audit 2024-04-21T15:16:25.184916+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:28.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:27 smithi131 bash[21579]: cluster 2024-04-21T15:16:26.868954+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:28.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:27 smithi131 bash[21579]: cluster 2024-04-21T15:16:26.868954+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:30.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:29 smithi131 bash[21579]: cluster 2024-04-21T15:16:28.869383+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:30.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:29 smithi131 bash[21579]: cluster 2024-04-21T15:16:28.869383+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:30.605 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.290293+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.290293+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.298976+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.298976+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.306896+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:31.626 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:31 smithi131 bash[21579]: audit 2024-04-21T15:16:30.306896+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:32.615 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:32 smithi131 bash[21579]: cluster 2024-04-21T15:16:30.869814+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:32.615 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:32 smithi131 bash[21579]: cluster 2024-04-21T15:16:30.869814+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:33.318 INFO:teuthology.orchestra.run.smithi131.stderr:adjusted tunables profile to default 2024-04-21T15:16:33.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:33 smithi131 bash[21579]: audit 2024-04-21T15:16:33.018241+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-21T15:16:33.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:33 smithi131 bash[21579]: audit 2024-04-21T15:16:33.018241+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-21T15:16:33.935 INFO:tasks.cephadm:Adding mon.a on smithi131 2024-04-21T15:16:33.935 INFO:tasks.cephadm:Adding mon.b on smithi148 2024-04-21T15:16:33.935 INFO:tasks.cephadm:Adding mon.c on smithi157 2024-04-21T15:16:33.935 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch apply mon '3;smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c' 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: cluster 2024-04-21T15:16:32.870221+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: cluster 2024-04-21T15:16:32.870221+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: audit 2024-04-21T15:16:33.312495+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: audit 2024-04-21T15:16:33.312495+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: cluster 2024-04-21T15:16:33.316946+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:34.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:34 smithi131 bash[21579]: cluster 2024-04-21T15:16:33.316946+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:35.944 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: cluster 2024-04-21T15:16:34.870645+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: cluster 2024-04-21T15:16:34.870645+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: audit 2024-04-21T15:16:35.124278+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: audit 2024-04-21T15:16:35.124278+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: audit 2024-04-21T15:16:35.132823+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:36.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:36 smithi131 bash[21579]: audit 2024-04-21T15:16:35.132823+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:38.320 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled mon update... 2024-04-21T15:16:38.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:38 smithi131 bash[21579]: cluster 2024-04-21T15:16:36.871037+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:38.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:38 smithi131 bash[21579]: cluster 2024-04-21T15:16:36.871037+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:38.883 DEBUG:teuthology.orchestra.run.smithi148:mon.b> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.b.service 2024-04-21T15:16:38.885 DEBUG:teuthology.orchestra.run.smithi157:mon.c> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.c.service 2024-04-21T15:16:38.887 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-21T15:16:38.887 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-21T15:16:39.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.306790+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.306790+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: cephadm 2024-04-21T15:16:38.312295+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c;count:3 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: cephadm 2024-04-21T15:16:38.312295+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c;count:3 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.317535+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.317535+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.368212+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.368212+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.373759+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.373759+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.375481+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.375481+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.383979+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.383979+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.389414+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.389414+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.391144+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: audit 2024-04-21T15:16:38.391144+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: cephadm 2024-04-21T15:16:38.393575+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi157 2024-04-21T15:16:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:39 smithi131 bash[21579]: cephadm 2024-04-21T15:16:38.393575+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi157 2024-04-21T15:16:40.108 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:40.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:40 smithi131 bash[21579]: cluster 2024-04-21T15:16:38.871409+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:40.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:40 smithi131 bash[21579]: cluster 2024-04-21T15:16:38.871409+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:42.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: cluster 2024-04-21T15:16:40.871791+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:42.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: cluster 2024-04-21T15:16:40.871791+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:42.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.361956+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:42.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.361956+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.370296+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.370296+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.380733+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:42 smithi131 bash[21579]: audit 2024-04-21T15:16:41.380733+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:43.955 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-04-21T15:16:43.955 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"912eecc6-fff1-11ee-bc93-c7b262605968","modified":"2024-04-21T15:14:06.146147Z","created":"2024-04-21T15:14:06.146147Z","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.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-21T15:16:43.958 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: cluster 2024-04-21T15:16:42.872179+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: cluster 2024-04-21T15:16:42.872179+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.773609+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.773609+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.780562+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.780562+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.825551+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.825551+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.826566+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.826566+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.827822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.827822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.953792+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.157:0/2187797688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:43.953792+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.157:0/2187797688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.040375+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.040375+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.046703+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.046703+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.054923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:44 smithi131 bash[21579]: audit 2024-04-21T15:16:44.054923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:45 smithi157 bash[22303]: debug 2024-04-21T15:16:45.509+0000 7f5714dc0700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-21T15:16:46.105 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-21T15:16:46.105 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-21T15:16:48.014 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:47 smithi148 systemd[1]: Started Ceph mon.b for 912eecc6-fff1-11ee-bc93-c7b262605968. 2024-04-21T15:16:48.848 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.799+0000 7f96120f1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.799+0000 7f96120f1c80 0 ceph version 19.0.0-3160-g36c37156 (36c371567dddacf6207ea36f2535396ab31415fc) squid (dev), process ceph-mon, pid 7 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.799+0000 7f96120f1c80 0 pidfile_write: ignore empty --pid-file 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 0 load: jerasure load: lrc 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Git sha 0 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Compile date 2024-04-20 01:00:17 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: DB SUMMARY 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: DB Session ID: 6PX3SD4GW3VDLTMC9I3M 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: CURRENT file: CURRENT 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-21T15:16:48.849 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.error_if_exists: 0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.create_if_missing: 0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.env: 0x56370ce0bcc0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.info_log: 0x56370e6b3c40 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.statistics: (nil) 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.use_fsync: 0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-21T15:16:48.850 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.db_log_dir: 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.wal_dir: 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-21T15:16:48.851 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.write_buffer_manager: 0x56370e6490e0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-21T15:16:48.852 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.unordered_write: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.row_cache: None 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.wal_filter: None 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.two_write_queues: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.wal_compression: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.atomic_flush: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-21T15:16:48.853 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-21T15:16:48.854 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-21T15:16:48.857 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-21T15:16:48.857 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_open_files: -1 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-21T15:16:48.858 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Compression algorithms supported: 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kZSTD supported: 0 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kXpressCompression supported: 0 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kZlibCompression supported: 1 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-21T15:16:48.859 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.merge_operator: 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_filter: None 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56370e6b3e00) 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cache_index_and_filter_blocks: 1 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: pin_top_level_index_and_filter: 1 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: index_type: 0 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: data_block_index_type: 0 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: index_shortening: 1 2024-04-21T15:16:48.860 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: data_block_hash_table_util_ratio: 0.750000 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: checksum: 4 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: no_block_cache: 0 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_cache: 0x56370e6791f0 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_cache_name: BinnedLRUCache 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_cache_options: 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: capacity : 536870912 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: num_shard_bits : 4 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: strict_capacity_limit : 0 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: high_pri_pool_ratio: 0.000 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_cache_compressed: (nil) 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: persistent_cache: (nil) 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_size: 4096 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_size_deviation: 10 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_restart_interval: 16 2024-04-21T15:16:48.861 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: index_block_restart_interval: 1 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: metadata_block_size: 4096 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: partition_filters: 0 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: use_delta_encoding: 1 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: filter_policy: bloomfilter 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: whole_key_filtering: 1 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: verify_compression: 0 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: read_amp_bytes_per_bit: 0 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: format_version: 5 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: enable_index_compression: 1 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: block_align: 0 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: max_auto_readahead_size: 262144 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: prepopulate_block_cache: 0 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: initial_auto_readahead_size: 8192 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: num_file_reads_for_auto_readahead: 2 2024-04-21T15:16:48.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression: NoCompression 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.num_levels: 7 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-21T15:16:48.863 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-21T15:16:48.864 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-21T15:16:48.865 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-21T15:16:48.866 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.bloom_locality: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-21T15:16:48.867 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.ttl: 2592000 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enable_blob_files: false 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.min_blob_size: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-21T15:16:48.868 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 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-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ee1cc327-6757-4217-a3e0-c82d2f13b315 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712608807922, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712608808397, "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": 1713712608, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ee1cc327-6757-4217-a3e0-c82d2f13b315", "db_session_id": "6PX3SD4GW3VDLTMC9I3M", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713712608808507, "job": 1, "event": "recovery_finished"} 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.803+0000 7f96120f1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 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-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56370e792000 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 4 rocksdb: DB pointer 0x56370e77c000 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f960084b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f960084b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-21T15:16:48.869 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: ** DB Stats ** 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: ** Compaction Stats [default] ** 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-21T15:16:48.870 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: ** Compaction Stats [default] ** 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: AddFile(Total Files): cumulative 0, interval 0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: AddFile(Keys): cumulative 0, interval 0 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Interval compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-21T15:16:48.871 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: Block cache BinnedLRUCache@0x56370e6791f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 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-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: ** File Read Latency Histogram By Level [default] ** 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 0 using public_addr v2:172.21.15.148:0/0 -> [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.807+0000 7f96120f1c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] at bind addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.811+0000 7f96120f1c80 1 mon.b@-1(???) e0 preinit fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.831+0000 7f9603851700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.831+0000 7f9603851700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: e1 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: legacy client fscid: -1 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: No filesystems configured 2024-04-21T15:16:48.872 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.831+0000 7f9603851700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 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-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.835+0000 7f9603851700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:40.860583+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:40.860583+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.870278+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.870278+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.873687+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.873 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.873687+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.879836+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.879836+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.882221+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.882221+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.883376+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:40.883376+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:40.884899+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:40.884899+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:40.998978+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:40.998978+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:41.113717+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:41.113717+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:41.227814+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.874 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:41.227814+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.401960+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.401960+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.410613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.410613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.416933+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:41.416933+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:42.860998+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:42.860998+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:44.861357+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:44.861357+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:46.861826+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:46.861826+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:48.862353+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:48.862353+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.875 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.794034+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.794034+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.914953+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.914953+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.918344+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.918344+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.922010+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:49.922010+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:50.371268+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi148 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:50.371268+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi148 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:50.862752+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:50.862752+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:52.863022+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:52.863022+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:54.863343+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.876 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:54.863343+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.462477+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.462477+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:55.463448+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi148 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:55.463448+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi148 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.489821+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.489821+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.914442+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:55.914442+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:56.863753+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:56.863753+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.390244+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.390244+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.396203+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.877 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.396203+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.397729+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.397729+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.399847+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.399847+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.401741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:57.401741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.404389+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.404389+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.620855+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.620855+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.785425+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.785425+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.120495+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.120495+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.878 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.126791+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.126791+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.130040+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.130040+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.131480+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]': finished 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:15:58.131480+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]': finished 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.950458+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:57.950458+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:58.864092+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:15:58.864092+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:58.946249+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi148 on smithi148 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:15:58.946249+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi148 on smithi148 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.032287+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.032287+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.068106+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.879 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.068106+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.074521+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.074521+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.141570+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.141570+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.145584+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.145584+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.147007+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.147007+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.154505+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.154505+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.224483+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.224483+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.228940+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.228940+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.230247+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.230247+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.236242+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.236242+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.506822+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:00.506822+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:00.864444+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:00.864444+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:01.569147+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:01.569147+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:01.573149+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:01.573149+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:02.864801+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:02.864801+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:03.169933+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:48.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:03.169933+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:04.865199+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:04.865199+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:04.939397+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:04.939397+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:06.865451+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:06.865451+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:08.865820+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:08.865820+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.086187+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.086187+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.092435+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.092435+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.100812+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.882 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.100812+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.792610+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:10.792610+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:10.866199+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:10.866199+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:11.433369+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi157 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:11.433369+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi157 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:12.866472+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:12.866472+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:14.303897+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:14.303897+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:14.319214+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:14.319214+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:14.866824+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:14.866824+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:16.616190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:16.616190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:16.616971+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi157 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:16.616971+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi157 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:16.638887+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:16.638887+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:17.111794+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:17.111794+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:16.867260+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:16.867260+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.639196+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.639196+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.647398+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.647398+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.648866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:48.884 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.648866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.651059+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.651059+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.652977+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:18.652977+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:18.655933+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:18.655933+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.567303+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.567303+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.572892+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.572892+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.576037+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.576037+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.577214+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:19.577214+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-21T15:16:48.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:18.867678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:18.867678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:18.871287+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:18.871287+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.332711+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.332711+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.447389+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.447389+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.874179+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Deploying daemon agent.smithi157 on smithi157 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:19.874179+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Deploying daemon agent.smithi157 on smithi157 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.854489+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.854489+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.897974+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.897974+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.886 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.906133+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.887 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:20.906133+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:48.887 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.007073+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.887 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.007073+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:48.887 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.012433+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:48.887 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.012433+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.014177+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.014177+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.025181+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.025181+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.136649+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.136649+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.142976+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.142976+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.143566+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.143566+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.145469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.145469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.151102+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.151102+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.157591+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.157591+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.163209+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.163209+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.316223+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:21.316223+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:20.868009+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:20.868009+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:22.381773+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:22.381773+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:22.389983+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:22.389983+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:22.868300+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:22.868300+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:24.868558+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:24.868558+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:24.949905+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:24.949905+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:25.184916+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:25.184916+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:26.868954+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:26.868954+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:28.869383+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:28.869383+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.058 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.290293+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.290293+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.298976+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.298976+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.306896+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:30.306896+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:30.869814+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:30.869814+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:33.018241+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:33.018241+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:32.870221+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:32.870221+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:33.312495+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:33.312495+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.131:0/1939366005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-21T15:16:49.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:33.316946+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:33.316946+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:34.870645+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:34.870645+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:35.124278+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:35.124278+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:35.132823+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:35.132823+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:36.871037+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:36.871037+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.306790+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.306790+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:38.312295+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c;count:3 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:38.312295+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi131:172.21.15.131=a;smithi148:172.21.15.148=b;smithi157:172.21.15.157=c;count:3 2024-04-21T15:16:49.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.317535+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.317535+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.368212+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.368212+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.373759+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.373759+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.375481+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.375481+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.383979+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.383979+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.389414+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.389414+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.391144+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:38.391144+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:38.393575+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi157 2024-04-21T15:16:49.061 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cephadm 2024-04-21T15:16:38.393575+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi157 2024-04-21T15:16:49.062 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:38.871409+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.062 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:38.871409+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.062 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:40.871791+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.062 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:40.871791+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.062 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.361956+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.361956+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.370296+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.370296+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.380733+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:41.380733+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:42.872179+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: cluster 2024-04-21T15:16:42.872179+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.773609+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.773609+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.780562+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.780562+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.825551+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.825551+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.826566+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.826566+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.827822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.827822+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.953792+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.157:0/2187797688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:43.953792+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.157:0/2187797688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.040375+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.040375+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.046703+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.046703+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.065 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.054923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.065 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: audit 2024-04-21T15:16:44.054923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:49.065 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:48 smithi148 bash[22200]: debug 2024-04-21T15:16:48.843+0000 7f9603851700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-21T15:16:49.797 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.c/config 2024-04-21T15:16:50.819 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.819 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.820 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:50.821 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:50.822 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:50.823 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.824 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.825 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:50.825 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:50 smithi157 bash[22303]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:51.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:51.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:51.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.043 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:50 smithi131 bash[21579]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:51.788 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:16:51 smithi131 bash[21837]: debug 2024-04-21T15:16:51.513+0000 7f7a4e169700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.293 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.294 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.295 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:55 smithi131 bash[21579]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:44.872615+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:45.522118+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:45.522545+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:45.540773+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:46.516609+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:46.873004+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:47.517182+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:47.520118+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:48.517118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:48.853525+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:48.873391+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:49.517564+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:49.853603+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.517130+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.561084+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566386+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566423+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566455+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-21T15:16:45.516550+0000 2024-04-21T15:16:56.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566479+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566509+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566529+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566553+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.566580+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584419+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584505+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.309 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.584786+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.585034+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.592022+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.597701+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.603340+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.608849+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.615145+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.310 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.621145+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.626321+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.311 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.312 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.313 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.314 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.315 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.316 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.317 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.317 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.317 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.317 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:55 smithi148 bash[22200]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.362 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-04-21T15:16:56.362 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":3,"fsid":"912eecc6-fff1-11ee-bc93-c7b262605968","modified":"2024-04-21T15:16:50.854713Z","created":"2024-04-21T15:14:06.146147Z","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.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:3300","nonce":0},{"type":"v1","addr":"172.21.15.157:6789","nonce":0}]},"addr":"172.21.15.157:6789/0","public_addr":"172.21.15.157:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-21T15:16:56.365 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 3 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.858832+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.859117+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.859258+0000 mon.a (mon.0) 262 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.862679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:50.873642+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:50.880356+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.947915+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.948708+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cephadm 2024-04-21T15:16:50.949113+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:51.853599+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:52.853982+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:52.857108+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:52.873986+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:53.854068+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:54.854512+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:54.874389+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.854739+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:56.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.864037+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.904750+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912353+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912391+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.379 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912413+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-04-21T15:16:50.854713+0000 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912439+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-04-21T15:14:06.146147+0000 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912464+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912484+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912504+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.a 2024-04-21T15:16:56.380 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912526+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.c 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.912554+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913544+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913601+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.913880+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: cluster 2024-04-21T15:16:55.914131+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.381 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.926476+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.933014+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.939717+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.945917+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.951707+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.957166+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:55 smithi157 bash[22303]: audit 2024-04-21T15:16:55.962997+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:56.983 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-21T15:16:56.983 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.268 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:57.269 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:56 smithi131 bash[21579]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:56 smithi148 bash[22200]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.968897+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.983873+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:55.991617+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:55.992588+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:56.092667+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.093220+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.094609+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.095897+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: cephadm 2024-04-21T15:16:56.097501+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi131 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.360609+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.157:0/683233939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:56 smithi157 bash[22303]: audit 2024-04-21T15:16:56.854835+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:16:58.610 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.610 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.610 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.611 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:58.612 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:58 smithi148 bash[22200]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:58.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:58 smithi157 bash[22303]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:58.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: cluster 2024-04-21T15:16:56.874776+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.312099+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.316424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.321751+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.761185+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.768657+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:57.778393+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.122454+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.129323+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.168327+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.170043+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:58.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:58 smithi131 bash[21579]: audit 2024-04-21T15:16:58.171743+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:16:59.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:59 smithi148 bash[22200]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:59 smithi148 bash[22200]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:59 smithi148 bash[22200]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:16:59.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:16:59 smithi148 bash[22200]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:16:59.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:59 smithi157 bash[22303]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:59 smithi157 bash[22303]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:59 smithi157 bash[22303]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:16:59.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:16:59 smithi157 bash[22303]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:16:59.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:59 smithi131 bash[21579]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:59 smithi131 bash[21579]: cephadm 2024-04-21T15:16:58.167572+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-21T15:16:59.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:59 smithi131 bash[21579]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:16:59.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:16:59 smithi131 bash[21579]: cephadm 2024-04-21T15:16:58.173338+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi148 2024-04-21T15:17:00.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:00.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:00 smithi157 bash[22303]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:00.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:00 smithi131 bash[21579]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: cluster 2024-04-21T15:16:58.875204+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.908895+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.917813+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.943924+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.945618+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-21T15:17:00.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:00.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:00 smithi148 bash[22200]: audit 2024-04-21T15:16:59.947168+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:01.371 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:01 smithi157 bash[22303]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.371 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:01 smithi157 bash[22303]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.371 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:01 smithi157 bash[22303]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:01.371 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:01 smithi157 bash[22303]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:01.605 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:01 smithi148 bash[22200]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.606 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:01 smithi148 bash[22200]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.606 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:01 smithi148 bash[22200]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:01.606 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:01 smithi148 bash[22200]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:01.691 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:17:01.716 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:01 smithi131 bash[21579]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.716 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:01 smithi131 bash[21579]: cephadm 2024-04-21T15:16:59.943309+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-21T15:17:01.716 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:01 smithi131 bash[21579]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:01.716 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:01 smithi131 bash[21579]: cephadm 2024-04-21T15:16:59.949602+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi157 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:02 smithi157 bash[22303]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.645 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.645 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.646 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.647 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.647 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.647 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:02 smithi131 bash[21579]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: cluster 2024-04-21T15:17:00.875644+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.813367+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.820918+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.871593+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.877057+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:01.878812+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.318458+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.322732+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:02 smithi148 bash[22200]: audit 2024-04-21T15:17:02.326985+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:03 smithi157 bash[22303]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:03 smithi148 bash[22200]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.819 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.819 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.881522+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:17:03.819 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.819 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.882232+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:01.882578+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.098561+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.098886+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: cephadm 2024-04-21T15:17:02.099776+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.331143+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.336483+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.820 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.341409+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.821 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:03.821 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:03 smithi131 bash[21579]: audit 2024-04-21T15:17:02.345581+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:04.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:04 smithi157 bash[22303]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:04 smithi157 bash[22303]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:04 smithi131 bash[21579]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:04 smithi131 bash[21579]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:04 smithi148 bash[22200]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:04 smithi148 bash[22200]: cluster 2024-04-21T15:17:02.875969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:04.809 INFO:teuthology.orchestra.run.smithi131.stdout:# minimal ceph.conf for 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:17:04.809 INFO:teuthology.orchestra.run.smithi131.stdout:[global] 2024-04-21T15:17:04.809 INFO:teuthology.orchestra.run.smithi131.stdout: fsid = 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:17:04.809 INFO:teuthology.orchestra.run.smithi131.stdout: mon_host = [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] 2024-04-21T15:17:05.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:05 smithi131 bash[21579]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:05 smithi131 bash[21579]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.614 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-21T15:17:05.614 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:17:05.614 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-04-21T15:17:05.628 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:17:05.628 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:17:05.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:05 smithi157 bash[22303]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:05 smithi157 bash[22303]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.684 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:17:05.684 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-04-21T15:17:05.695 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:05 smithi148 bash[22200]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.695 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:05 smithi148 bash[22200]: audit 2024-04-21T15:17:04.807548+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.131:0/368695535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:05.699 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:17:05.699 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:17:05.753 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:17:05.754 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.conf 2024-04-21T15:17:05.769 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:17:05.769 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:17:05.829 INFO:tasks.cephadm:Adding mgr.a on smithi131 2024-04-21T15:17:05.829 INFO:tasks.cephadm:Adding mgr.b on smithi148 2024-04-21T15:17:05.829 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi131=a;smithi148=b' 2024-04-21T15:17:06.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:06 smithi157 bash[22303]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:06.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:06 smithi157 bash[22303]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:06.735 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:06 smithi131 bash[21579]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:06.735 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:06 smithi131 bash[21579]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:06.804 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:06 smithi148 bash[22200]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:06.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:06 smithi148 bash[22200]: cluster 2024-04-21T15:17:04.876222+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:08 smithi157 bash[22303]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:08 smithi157 bash[22303]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:08 smithi131 bash[21579]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:08 smithi131 bash[21579]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.804 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:08 smithi148 bash[22200]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:08.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:08 smithi148 bash[22200]: cluster 2024-04-21T15:17:06.876598+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:09.966 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.c/config 2024-04-21T15:17:10.625 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:10 smithi157 bash[22303]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:10.625 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:10 smithi157 bash[22303]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:10.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:10 smithi131 bash[21579]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:10.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:10 smithi131 bash[21579]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:10.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:10 smithi148 bash[22200]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:10.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:10 smithi148 bash[22200]: cluster 2024-04-21T15:17:08.877033+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:12.054 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:11 smithi148 bash[22200]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:11 smithi131 bash[21579]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.798578+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.807915+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:11 smithi157 bash[22303]: audit 2024-04-21T15:17:10.817103+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:12.904 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled mgr update... 2024-04-21T15:17:13.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:12 smithi148 bash[22200]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:12 smithi148 bash[22200]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:12 smithi157 bash[22303]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:12 smithi157 bash[22303]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:12 smithi131 bash[21579]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:12 smithi131 bash[21579]: cluster 2024-04-21T15:17:10.877393+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:13.538 DEBUG:teuthology.orchestra.run.smithi148:mgr.b> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.b.service 2024-04-21T15:17:13.540 INFO:tasks.cephadm:Deploying OSDs... 2024-04-21T15:17:13.541 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-21T15:17:13.541 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-04-21T15:17:13.547 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-21T15:17:13.547 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-21 15:06:59.631599262 +0000 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-21 15:06:59.347601800 +0000 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-21 15:06:59.347601800 +0000 2024-04-21T15:17:13.594 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-04-21T15:17:13.595 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-21T15:17:13.648 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-21T15:17:13.649 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-21T15:17:13.649 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000449006 s, 1.1 MB/s 2024-04-21T15:17:13.650 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-21T15:17:13.700 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-21 15:07:00.147594655 +0000 2024-04-21T15:17:13.745 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-21 15:06:59.875597084 +0000 2024-04-21T15:17:13.746 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-21 15:06:59.875597084 +0000 2024-04-21T15:17:13.746 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-04-21T15:17:13.746 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-21T15:17:13.799 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-21T15:17:13.799 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-21T15:17:13.799 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000392826 s, 1.3 MB/s 2024-04-21T15:17:13.800 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-21T15:17:13.851 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-21 15:07:00.655590118 +0000 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-21 15:07:00.399592404 +0000 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-21 15:07:00.399592404 +0000 2024-04-21T15:17:13.903 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-04-21T15:17:13.904 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-21T15:17:13.956 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-21T15:17:13.956 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-21T15:17:13.956 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000392503 s, 1.3 MB/s 2024-04-21T15:17:13.958 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-21T15:17:14.007 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-04-21T15:17:14.053 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-21T15:17:14.053 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.053 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-21T15:17:14.054 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.054 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-21 15:07:01.155585652 +0000 2024-04-21T15:17:14.054 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-21 15:07:00.907587867 +0000 2024-04-21T15:17:14.054 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-21 15:07:00.907587867 +0000 2024-04-21T15:17:14.054 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-04-21T15:17:14.054 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-21T15:17:14.114 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-21T15:17:14.114 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-21T15:17:14.114 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000416072 s, 1.2 MB/s 2024-04-21T15:17:14.114 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-21T15:17:14.163 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-21T15:17:14.163 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-04-21T15:17:14.169 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-21T15:17:14.169 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-04-21T15:17:14.222 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-21T15:17:14.222 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.222 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-04-21T15:17:14.223 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.223 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-21 15:07:01.314703206 +0000 2024-04-21T15:17:14.223 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-21 15:07:01.066705422 +0000 2024-04-21T15:17:14.223 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-21 15:07:01.066705422 +0000 2024-04-21T15:17:14.223 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-04-21T15:17:14.223 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-21T15:17:14.270 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.271 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.272 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:13 smithi148 bash[22200]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.277 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-21T15:17:14.277 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-21T15:17:14.277 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000285404 s, 1.8 MB/s 2024-04-21T15:17:14.279 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:13 smithi131 bash[21579]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.331 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-04-21T15:17:14.378 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-21T15:17:14.378 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.378 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-04-21T15:17:14.378 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.379 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-21 15:07:01.846698454 +0000 2024-04-21T15:17:14.379 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-21 15:07:01.594700705 +0000 2024-04-21T15:17:14.379 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-21 15:07:01.594700705 +0000 2024-04-21T15:17:14.379 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-04-21T15:17:14.379 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-21T15:17:14.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cluster 2024-04-21T15:17:12.877740+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.891045+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi131=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cephadm 2024-04-21T15:17:12.894700+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi131=a;smithi148=b;count:2 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.902191+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.919992+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.925422+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.926885+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.936960+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.941353+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.943925+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.948353+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: audit 2024-04-21T15:17:12.950410+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:13 smithi157 bash[22303]: cephadm 2024-04-21T15:17:12.952465+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi148 2024-04-21T15:17:14.432 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-21T15:17:14.432 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-21T15:17:14.432 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00030902 s, 1.7 MB/s 2024-04-21T15:17:14.433 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-21T15:17:14.480 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-04-21T15:17:14.528 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-21T15:17:14.528 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.528 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-04-21T15:17:14.528 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.529 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-21 15:07:02.358693880 +0000 2024-04-21T15:17:14.529 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-21 15:07:02.098696202 +0000 2024-04-21T15:17:14.529 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-21 15:07:02.098696202 +0000 2024-04-21T15:17:14.529 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-04-21T15:17:14.529 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-21T15:17:14.580 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-21T15:17:14.580 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-21T15:17:14.580 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000372229 s, 1.4 MB/s 2024-04-21T15:17:14.582 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-21T15:17:14.633 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-04-21T15:17:14.682 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-21 15:07:02.838689593 +0000 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-21 15:07:02.586691845 +0000 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-21 15:07:02.586691845 +0000 2024-04-21T15:17:14.683 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-04-21T15:17:14.683 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-21T15:17:14.737 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-21T15:17:14.737 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-21T15:17:14.737 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00028052 s, 1.8 MB/s 2024-04-21T15:17:14.738 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-21T15:17:14.788 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-21T15:17:14.789 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-04-21T15:17:14.795 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-21T15:17:14.795 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_1 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-21 15:07:00.883106489 +0000 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-21 15:07:00.619108843 +0000 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-21 15:07:00.619108843 +0000 2024-04-21T15:17:14.842 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-21T15:17:14.843 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-21T15:17:14.896 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-21T15:17:14.896 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-21T15:17:14.896 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000331654 s, 1.5 MB/s 2024-04-21T15:17:14.897 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-21T15:17:14.946 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_2 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-21 15:07:01.343102385 +0000 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-21 15:07:01.107104490 +0000 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-21 15:07:01.107104490 +0000 2024-04-21T15:17:14.993 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-21T15:17:14.993 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-21T15:17:15.047 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-21T15:17:15.047 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-21T15:17:15.047 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000275873 s, 1.9 MB/s 2024-04-21T15:17:15.048 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-21T15:17:15.098 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_3 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-21 15:07:01.823098103 +0000 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-21 15:07:01.567100386 +0000 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-21 15:07:01.567100386 +0000 2024-04-21T15:17:15.145 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-21T15:17:15.145 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-21T15:17:15.198 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-21T15:17:15.199 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-21T15:17:15.199 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000196746 s, 2.6 MB/s 2024-04-21T15:17:15.200 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-21T15:17:15.250 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_4 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-21 15:07:02.295093892 +0000 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-21 15:07:02.047096104 +0000 2024-04-21T15:17:15.297 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-21 15:07:02.047096104 +0000 2024-04-21T15:17:15.298 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-21T15:17:15.298 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-21T15:17:15.351 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-21T15:17:15.351 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-21T15:17:15.351 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000304258 s, 1.7 MB/s 2024-04-21T15:17:15.352 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-21T15:17:15.402 INFO:tasks.cephadm:Deploying osd.0 on smithi131 with /dev/vg_nvme/lv_4... 2024-04-21T15:17:15.403 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-21T15:17:16.005 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:15 smithi148 bash[22200]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.005 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:15 smithi148 bash[22200]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.190 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:15 smithi157 bash[22303]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.190 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:15 smithi157 bash[22303]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:15 smithi131 bash[21579]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:15 smithi131 bash[21579]: cluster 2024-04-21T15:17:14.878112+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:16.719 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:16 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:16.987 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:16 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:16.987 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:16 smithi148 systemd[1]: Started Ceph mgr.b for 912eecc6-fff1-11ee-bc93-c7b262605968. 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:17 smithi157 bash[22303]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.695 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.695 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.695 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.696 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.697 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:17 smithi131 bash[21579]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.720 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.342019+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.349685+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.359277+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.990433+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:16.998265+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.033751+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.040722+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.142031+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.146336+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.147835+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.156705+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.257618+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.259496+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-21T15:17:17.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.723 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[22200]: audit 2024-04-21T15:17:17.260895+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:17.979 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[23225]: debug 2024-04-21T15:17:17.823+0000 7fb7e3258700 1 -- 172.21.15.148:0/3994109783 <== mon.2 v2:172.21.15.148:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5596d36785a0 con 0x5596d43ee400 2024-04-21T15:17:17.979 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:17 smithi148 bash[23225]: debug 2024-04-21T15:17:17.975+0000 7fb7ed468200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:17:18.691 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.692 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:18 smithi131 bash[21579]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:18 smithi148 bash[22200]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cluster 2024-04-21T15:17:16.878475+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.157537+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.256953+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: cephadm 2024-04-21T15:17:17.262783+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi131 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.483744+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.488689+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:18 smithi157 bash[22303]: audit 2024-04-21T15:17:17.495069+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:19.908 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:19 smithi148 bash[23225]: debug 2024-04-21T15:17:19.571+0000 7fb7ed468200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:17:19.908 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:19 smithi148 bash[23225]: debug 2024-04-21T15:17:19.671+0000 7fb7ed468200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:17:20.116 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:20.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:20 smithi131 bash[21579]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:19 smithi148 bash[23225]: debug 2024-04-21T15:17:19.927+0000 7fb7ed468200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:20.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[22200]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: cluster 2024-04-21T15:17:18.878816+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.019100+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.025915+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.033633+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.038030+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.039080+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:20.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: audit 2024-04-21T15:17:19.046231+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:20.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:20.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:20 smithi157 bash[22303]: cephadm 2024-04-21T15:17:19.047323+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:17:21.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[23225]: debug 2024-04-21T15:17:20.731+0000 7fb7ed468200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:17:21.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[23225]: debug 2024-04-21T15:17:20.839+0000 7fb7ed468200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:17:21.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:20 smithi148 bash[23225]: debug 2024-04-21T15:17:20.943+0000 7fb7ed468200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:17:21.432 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[23225]: debug 2024-04-21T15:17:21.311+0000 7fb7ed468200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:17:21.720 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[23225]: debug 2024-04-21T15:17:21.427+0000 7fb7ed468200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:17:21.720 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[23225]: debug 2024-04-21T15:17:21.531+0000 7fb7ed468200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:17:21.991 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[23225]: debug 2024-04-21T15:17:21.915+0000 7fb7ed468200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:17:21.991 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[22200]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:21.991 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[22200]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:21.991 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[22200]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:21.992 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:21 smithi148 bash[22200]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:22.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:21 smithi131 bash[21579]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:22.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:21 smithi131 bash[21579]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:22.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:21 smithi131 bash[21579]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:22.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:21 smithi131 bash[21579]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:22.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:22 smithi148 bash[23225]: debug 2024-04-21T15:17:22.167+0000 7fb7ed468200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:17:22.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:21 smithi157 bash[22303]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:22.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:21 smithi157 bash[22303]: cluster 2024-04-21T15:17:20.879096+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:22.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:21 smithi157 bash[22303]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:22.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:21 smithi157 bash[22303]: audit 2024-04-21T15:17:20.957807+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0200107 s, 524 MB/s 2024-04-21T15:17:22.734 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-04-21T15:17:22.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:22 smithi148 bash[23225]: debug 2024-04-21T15:17:22.431+0000 7fb7ed468200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:17:22.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:22 smithi148 bash[23225]: debug 2024-04-21T15:17:22.547+0000 7fb7ed468200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:17:23.104 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:22 smithi148 bash[23225]: debug 2024-04-21T15:17:22.815+0000 7fb7ed468200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:17:23.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:23 smithi157 bash[22303]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:23 smithi157 bash[22303]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:23 smithi157 bash[22303]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:23 smithi157 bash[22303]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.478 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[23225]: debug 2024-04-21T15:17:23.238+0000 7fb7ed468200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:17:23.478 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[22200]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.478 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[22200]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.478 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[22200]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.478 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[22200]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:23 smithi131 bash[21579]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:23 smithi131 bash[21579]: audit 2024-04-21T15:17:22.103814+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:23 smithi131 bash[21579]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:23 smithi131 bash[21579]: audit 2024-04-21T15:17:22.500361+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:23.593 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch daemon add osd smithi131:vg_nvme/lv_4 2024-04-21T15:17:23.748 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[23225]: debug 2024-04-21T15:17:23.470+0000 7fb7ed468200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:17:23.748 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[23225]: debug 2024-04-21T15:17:23.590+0000 7fb7ed468200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:17:24.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:23 smithi148 bash[23225]: debug 2024-04-21T15:17:23.838+0000 7fb7ed468200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:17:24.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:24 smithi131 bash[21579]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[22200]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: cluster 2024-04-21T15:17:22.879343+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.896124+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.904017+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.915511+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.924003+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.929926+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.931618+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:24.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:24 smithi157 bash[22303]: audit 2024-04-21T15:17:23.940565+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:25.260 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[23225]: debug 2024-04-21T15:17:24.846+0000 7fb7ed468200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:17:25.260 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:24 smithi148 bash[23225]: debug 2024-04-21T15:17:24.962+0000 7fb7ed468200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:17:25.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:25 smithi148 bash[23225]: debug 2024-04-21T15:17:25.254+0000 7fb7ed468200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:17:25.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:25 smithi148 bash[23225]: debug 2024-04-21T15:17:25.366+0000 7fb7ed468200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:17:26.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:25 smithi148 bash[23225]: debug 2024-04-21T15:17:25.814+0000 7fb7ed468200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:17:26.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:17:25 smithi148 bash[23225]: debug 2024-04-21T15:17:25.934+0000 7fb7ed468200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:26.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:26 smithi131 bash[21579]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:26 smithi148 bash[22200]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:26.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: cluster 2024-04-21T15:17:24.879724+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: cluster 2024-04-21T15:17:25.960489+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.962737+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.963570+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.965128+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:26.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:26 smithi157 bash[22303]: audit 2024-04-21T15:17:25.965779+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.148:0/2479035170' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:17:27.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:27 smithi131 bash[21579]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:27 smithi131 bash[21579]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:27 smithi131 bash[21579]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:27.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:27 smithi131 bash[21579]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:27.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:27 smithi148 bash[22200]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:27 smithi148 bash[22200]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:27 smithi148 bash[22200]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:27.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:27 smithi148 bash[22200]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:27.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:27 smithi157 bash[22303]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:27 smithi157 bash[22303]: cluster 2024-04-21T15:17:26.528799+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-21T15:17:27.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:27 smithi157 bash[22303]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:27.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:27 smithi157 bash[22303]: audit 2024-04-21T15:17:26.529071+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:17:28.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:28 smithi157 bash[22303]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:28.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:28 smithi157 bash[22303]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:28.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:28 smithi131 bash[21579]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:28.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:28 smithi131 bash[21579]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:28.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:28 smithi148 bash[22200]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:28.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:28 smithi148 bash[22200]: cluster 2024-04-21T15:17:26.880047+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:29.391 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:17:30.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:30 smithi131 bash[21579]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:30.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:30 smithi131 bash[21579]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:30.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:30 smithi148 bash[22200]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:30.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:30 smithi148 bash[22200]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:30.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:30 smithi157 bash[22303]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:30.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:30 smithi157 bash[22303]: cluster 2024-04-21T15:17:28.880415+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:32.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:31 smithi131 bash[21579]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:32.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:32.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:31 smithi148 bash[22200]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:32.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: cluster 2024-04-21T15:17:30.880734+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.948886+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.954807+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:30.959871+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.893366+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.899466+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:32.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:31 smithi157 bash[22303]: audit 2024-04-21T15:17:31.900625+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:33.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:32 smithi131 bash[21579]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:33.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:32 smithi131 bash[21579]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:33.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:32 smithi148 bash[22200]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:33.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:32 smithi148 bash[22200]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:33.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:32 smithi157 bash[22303]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:33.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:32 smithi157 bash[22303]: audit 2024-04-21T15:17:31.889344+0000 mgr.a (mgr.14152) 122 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:17:34.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:33 smithi131 bash[21579]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:34.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:33 smithi131 bash[21579]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:34.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:33 smithi148 bash[22200]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:34.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:33 smithi148 bash[22200]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:34.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:33 smithi157 bash[22303]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:34.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:33 smithi157 bash[22303]: cluster 2024-04-21T15:17:32.881118+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:35 smithi131 bash[21579]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:35 smithi131 bash[21579]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:35 smithi148 bash[22200]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:35 smithi148 bash[22200]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:35 smithi157 bash[22303]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:36.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:35 smithi157 bash[22303]: cluster 2024-04-21T15:17:34.881514+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:37.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:37 smithi157 bash[22303]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:37.891 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:37 smithi131 bash[21579]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.561000+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.569178+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:37 smithi148 bash[22200]: audit 2024-04-21T15:17:36.579242+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:38.881 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:38 smithi131 bash[21579]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:38.881 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:38 smithi131 bash[21579]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:38.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:38 smithi157 bash[22303]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:38.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:38 smithi157 bash[22303]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:39.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:38 smithi148 bash[22200]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:39.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:38 smithi148 bash[22200]: cluster 2024-04-21T15:17:36.881817+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:40.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:40.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:40.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:40 smithi148 bash[22200]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:40.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:40.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:40 smithi157 bash[22303]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: cluster 2024-04-21T15:17:38.882117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.817049+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]: dispatch 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.820298+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.131:0/3498533956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ad41d71-e8ca-4bc1-966d-6fb22b4eb097"}]': finished 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: cluster 2024-04-21T15:17:39.825127+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-21T15:17:41.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:41.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:39.825671+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:17:41.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:41.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:40 smithi131 bash[21579]: audit 2024-04-21T15:17:40.541419+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.131:0/2374567321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:17:42.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:42 smithi157 bash[22303]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:42.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:42 smithi157 bash[22303]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:42.978 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:42 smithi131 bash[21579]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:42.978 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:42 smithi131 bash[21579]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:43.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:42 smithi148 bash[22200]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:43.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:42 smithi148 bash[22200]: cluster 2024-04-21T15:17:40.882480+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:44.754 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.755 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:44 smithi131 bash[21579]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:44.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:44.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:44 smithi157 bash[22303]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:45.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: cluster 2024-04-21T15:17:42.882796+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:45.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.109149+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.115663+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:45.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:44 smithi148 bash[22200]: audit 2024-04-21T15:17:44.125538+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:46.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:46 smithi157 bash[22303]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:46.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:46 smithi157 bash[22303]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:47.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:46 smithi131 bash[21579]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:47.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:46 smithi131 bash[21579]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:47.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:46 smithi148 bash[22200]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:47.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:46 smithi148 bash[22200]: cluster 2024-04-21T15:17:44.883182+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:48.873 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:48 smithi157 bash[22303]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:48.874 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:48 smithi157 bash[22303]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:48 smithi131 bash[21579]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:48 smithi131 bash[21579]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:48 smithi148 bash[22200]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:49.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:48 smithi148 bash[22200]: cluster 2024-04-21T15:17:46.883611+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:50.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:50 smithi157 bash[22303]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:50.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:50 smithi157 bash[22303]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:50.994 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:50 smithi131 bash[21579]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:50.994 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:50 smithi131 bash[21579]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:51.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:50 smithi148 bash[22200]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:51.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:50 smithi148 bash[22200]: cluster 2024-04-21T15:17:48.884062+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:52 smithi131 bash[21579]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:52 smithi157 bash[22303]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: cluster 2024-04-21T15:17:50.884484+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:52.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.099412+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.107278+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: cephadm 2024-04-21T15:17:51.110349+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi131 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:52.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:52 smithi148 bash[22200]: audit 2024-04-21T15:17:51.118005+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:53.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:53 smithi157 bash[22303]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:53 smithi157 bash[22303]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:53 smithi157 bash[22303]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:53.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:53 smithi157 bash[22303]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:53.435 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:53 smithi131 bash[21579]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.436 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:53 smithi131 bash[21579]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.436 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:53 smithi131 bash[21579]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:53.436 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:53 smithi131 bash[21579]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:53.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:53 smithi148 bash[22200]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:53 smithi148 bash[22200]: audit 2024-04-21T15:17:53.002054+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-21T15:17:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:53 smithi148 bash[22200]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:53 smithi148 bash[22200]: audit 2024-04-21T15:17:53.003305+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:54.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:54 smithi157 bash[22303]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:54 smithi157 bash[22303]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:54 smithi157 bash[22303]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:54 smithi157 bash[22303]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:54.480 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:54 smithi131 bash[21579]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.480 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:54 smithi131 bash[21579]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.480 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:54 smithi131 bash[21579]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:54.480 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:54 smithi131 bash[21579]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:54 smithi148 bash[22200]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:54 smithi148 bash[22200]: cluster 2024-04-21T15:17:52.884906+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:54 smithi148 bash[22200]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:54 smithi148 bash[22200]: cephadm 2024-04-21T15:17:53.004427+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-04-21T15:17:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:56 smithi157 bash[22303]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:56 smithi157 bash[22303]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.412 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:56 smithi131 bash[21579]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.412 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:56 smithi131 bash[21579]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:56 smithi148 bash[22200]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:56 smithi148 bash[22200]: cluster 2024-04-21T15:17:54.885335+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:56.774 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:56 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:56.775 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:17:56 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:56 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:57.039 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:17:56 smithi131 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:57 smithi131 bash[21579]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:57 smithi148 bash[22200]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.759855+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.765043+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.770009+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.910534+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.915397+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.939193+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.941591+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.942295+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:58.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:57 smithi157 bash[22303]: audit 2024-04-21T15:17:56.947266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:17:59.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:58 smithi131 bash[21579]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:59.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:17:58 smithi131 bash[21579]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:59.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:58 smithi148 bash[22200]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:59.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:17:58 smithi148 bash[22200]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:59.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:58 smithi157 bash[22303]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:17:59.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:17:58 smithi157 bash[22303]: cluster 2024-04-21T15:17:56.885767+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:00 smithi131 bash[21579]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:00 smithi131 bash[21579]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:00 smithi148 bash[22200]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:00 smithi148 bash[22200]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:00 smithi157 bash[22303]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:01.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:00 smithi157 bash[22303]: cluster 2024-04-21T15:17:58.886147+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:02 smithi131 bash[21579]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:02 smithi131 bash[21579]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:02 smithi148 bash[22200]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:02 smithi148 bash[22200]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:02 smithi157 bash[22303]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:03.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:02 smithi157 bash[22303]: cluster 2024-04-21T15:18:00.886574+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:04.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:03 smithi131 bash[21579]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:03 smithi131 bash[21579]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:03 smithi148 bash[22200]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:03 smithi148 bash[22200]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:03 smithi157 bash[22303]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:03 smithi157 bash[22303]: audit 2024-04-21T15:18:03.013293+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-21T15:18:04.996 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:04.997 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:04.998 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:04.998 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:04 smithi131 bash[21579]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:04 smithi157 bash[22303]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: cluster 2024-04-21T15:18:02.886986+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.789303+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:05.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: cluster 2024-04-21T15:18:03.793655+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.794235+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:03.794896+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.329298+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.337505+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:05.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:04 smithi148 bash[22200]: audit 2024-04-21T15:18:04.347985+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:05 smithi157 bash[22303]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:05 smithi131 bash[21579]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.792806+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-21T15:18:06.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.799406+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.815726+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:04.822099+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.887401+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:05.274406+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208]' entity='osd.0' 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:05 smithi148 bash[22200]: audit 2024-04-21T15:18:05.821203+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:06 smithi157 bash[22303]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:06 smithi131 bash[21579]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.042340+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:18:07.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:04.042495+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.279001+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.131:6802/2751255208,v1:172.21.15.131:6803/2751255208] boot 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.279092+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:06 smithi148 bash[22200]: audit 2024-04-21T15:18:06.294010+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:18:07.502 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 0 on host 'smithi131' 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:07 smithi157 bash[22303]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:07 smithi131 bash[21579]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: cluster 2024-04-21T15:18:06.887689+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.469941+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.475516+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.482486+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.483094+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: cephadm 2024-04-21T15:18:07.484523+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 16241M 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.489115+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.491827+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.493571+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:07 smithi148 bash[22200]: audit 2024-04-21T15:18:07.501739+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:08.696 DEBUG:teuthology.orchestra.run.smithi131:osd.0> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.0.service 2024-04-21T15:18:08.699 INFO:tasks.cephadm:Deploying osd.1 on smithi148 with /dev/vg_nvme/lv_4... 2024-04-21T15:18:08.699 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-21T15:18:09.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:08 smithi131 bash[21579]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:09.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:08 smithi131 bash[21579]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:09.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:08 smithi148 bash[22200]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:09.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:08 smithi148 bash[22200]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:09.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:08 smithi157 bash[22303]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:09.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:08 smithi157 bash[22303]: cluster 2024-04-21T15:18:07.937157+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-21T15:18:10.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:09 smithi157 bash[22303]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:10.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:09 smithi157 bash[22303]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:10.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:09 smithi131 bash[21579]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:10.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:09 smithi131 bash[21579]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:10.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:09 smithi148 bash[22200]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:10.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:09 smithi148 bash[22200]: cluster 2024-04-21T15:18:08.887946+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:12 smithi148 bash[22200]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:12 smithi157 bash[22303]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: cluster 2024-04-21T15:18:10.888385+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.299035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.306747+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.318038+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.325469+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.330103+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.331453+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: cluster 2024-04-21T15:18:11.334541+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:12.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:12.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:12 smithi131 bash[21579]: audit 2024-04-21T15:18:11.342467+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:13.414 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.b/config 2024-04-21T15:18:13.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:13 smithi148 bash[22200]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:13.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:13 smithi148 bash[22200]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:13.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:13 smithi157 bash[22303]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:13.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:13 smithi157 bash[22303]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:13.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:13 smithi131 bash[21579]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:13.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:13 smithi131 bash[21579]: cluster 2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:18:14.435 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:14 smithi148 bash[22200]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:14.435 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:14 smithi148 bash[22200]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:14.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:14 smithi157 bash[22303]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:14.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:14 smithi157 bash[22303]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:14.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:14 smithi131 bash[21579]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:14.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:14 smithi131 bash[21579]: cluster 2024-04-21T15:18:13.335045+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10+0 records in 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr:10+0 records out 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170296 s, 616 MB/s 2024-04-21T15:18:16.231 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping successful for: 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:16 smithi157 bash[22303]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.443 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.444 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.445 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.445 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.445 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:16 smithi148 bash[22200]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.068163+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.073533+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.078514+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.122393+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.126281+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.127516+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: cluster 2024-04-21T15:18:15.129458+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:16 smithi131 bash[21579]: audit 2024-04-21T15:18:15.135141+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:16.838 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch daemon add osd smithi148:vg_nvme/lv_4 2024-04-21T15:18:17.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:17 smithi148 bash[22200]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:17 smithi157 bash[22303]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: cluster 2024-04-21T15:18:16.077097+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: cluster 2024-04-21T15:18:16.077155+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.971503+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.979289+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:17.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:17 smithi131 bash[21579]: audit 2024-04-21T15:18:16.989104+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:18.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:18 smithi157 bash[22303]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:18.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:18 smithi157 bash[22303]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:18.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:18 smithi131 bash[21579]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:18.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:18 smithi131 bash[21579]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:18.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:18 smithi148 bash[22200]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:18.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:18 smithi148 bash[22200]: cluster 2024-04-21T15:18:17.129932+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:20 smithi148 bash[22200]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:20 smithi148 bash[22200]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:20 smithi131 bash[21579]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:20 smithi131 bash[21579]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:20 smithi157 bash[22303]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:20.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:20 smithi157 bash[22303]: cluster 2024-04-21T15:18:19.130380+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:21.880 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.b/config 2024-04-21T15:18:22.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:22 smithi131 bash[21579]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:22.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:22 smithi131 bash[21579]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:22.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:22 smithi148 bash[22200]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:22.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:22 smithi148 bash[22200]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:22.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:22 smithi157 bash[22303]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:22.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:22 smithi157 bash[22303]: cluster 2024-04-21T15:18:21.130809+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.534 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:24 smithi148 bash[22200]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.535 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:24 smithi148 bash[22200]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:24 smithi131 bash[21579]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:24 smithi131 bash[21579]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:24 smithi157 bash[22303]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:24.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:24 smithi157 bash[22303]: cluster 2024-04-21T15:18:23.131248+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:25.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:25.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:25 smithi131 bash[21579]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:25.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:25 smithi148 bash[22200]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.509346+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.518037+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.529744+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.667392+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.674810+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.681236+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:25.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:25 smithi157 bash[22303]: audit 2024-04-21T15:18:24.682879+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:26 smithi131 bash[21579]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:26 smithi131 bash[21579]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:26 smithi148 bash[22200]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:26 smithi148 bash[22200]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:26.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:26 smithi157 bash[22303]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:26.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:26 smithi157 bash[22303]: cluster 2024-04-21T15:18:25.131703+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:28 smithi131 bash[21579]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:28 smithi131 bash[21579]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:28 smithi148 bash[22200]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:28 smithi148 bash[22200]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:28 smithi157 bash[22303]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:28.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:28 smithi157 bash[22303]: cluster 2024-04-21T15:18:27.132148+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:30.766 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:30 smithi148 bash[22200]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:30.766 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:30 smithi148 bash[22200]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:30.819 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:30 smithi157 bash[22303]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:30.819 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:30 smithi157 bash[22303]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:31.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:30 smithi131 bash[21579]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:31.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:30 smithi131 bash[21579]: cluster 2024-04-21T15:18:29.132632+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:32.801 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:32 smithi157 bash[22303]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:32.801 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:32 smithi157 bash[22303]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:32.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:32 smithi148 bash[22200]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:32.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:32 smithi148 bash[22200]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:33.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:32 smithi131 bash[21579]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:33.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:32 smithi131 bash[21579]: cluster 2024-04-21T15:18:31.133102+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:33.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:33.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:33 smithi148 bash[22200]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:33.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:33 smithi157 bash[22303]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:34.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:34.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.874979+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.148:0/3470509640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.875608+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]: dispatch 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.878781+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba6ea18-d89c-4108-8243-e6e11063fbb1"}]': finished 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: cluster 2024-04-21T15:18:32.883925+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:34.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:33 smithi131 bash[21579]: audit 2024-04-21T15:18:32.884661+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:34.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:34 smithi148 bash[22200]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:34.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:34 smithi148 bash[22200]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:34.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:34 smithi148 bash[22200]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:34.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:34 smithi148 bash[22200]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:34.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:34 smithi157 bash[22303]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:34.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:34 smithi157 bash[22303]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:34.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:34 smithi157 bash[22303]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:34.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:34 smithi157 bash[22303]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:35.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:34 smithi131 bash[21579]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:35.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:34 smithi131 bash[21579]: cluster 2024-04-21T15:18:33.133555+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:35.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:34 smithi131 bash[21579]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:35.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:34 smithi131 bash[21579]: audit 2024-04-21T15:18:33.607816+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.148:0/4248278350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:18:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:35 smithi131 bash[21579]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:35 smithi148 bash[22200]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.653741+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.658149+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:35 smithi157 bash[22303]: audit 2024-04-21T15:18:34.662933+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:37.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:36 smithi131 bash[21579]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:37.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:36 smithi131 bash[21579]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:37.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:36 smithi148 bash[22200]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:37.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:36 smithi148 bash[22200]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:37.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:36 smithi157 bash[22303]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:37.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:36 smithi157 bash[22303]: cluster 2024-04-21T15:18:35.134042+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:38 smithi131 bash[21579]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:38 smithi148 bash[22200]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: cluster 2024-04-21T15:18:37.134535+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.187896+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.197708+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:38.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:38 smithi157 bash[22303]: audit 2024-04-21T15:18:37.207798+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:40.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:40 smithi131 bash[21579]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:40.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:40 smithi131 bash[21579]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:40.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:40 smithi148 bash[22200]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:40.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:40 smithi148 bash[22200]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:40.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:40 smithi157 bash[22303]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:40.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:40 smithi157 bash[22303]: cluster 2024-04-21T15:18:39.135055+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.406 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:42 smithi148 bash[22200]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.406 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:42 smithi148 bash[22200]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:42 smithi131 bash[21579]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:42 smithi131 bash[21579]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:42 smithi157 bash[22303]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:42.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:42 smithi157 bash[22303]: cluster 2024-04-21T15:18:41.135647+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:44 smithi131 bash[21579]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:44 smithi131 bash[21579]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:44 smithi148 bash[22200]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:44 smithi148 bash[22200]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:44 smithi157 bash[22303]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:44.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:44 smithi157 bash[22303]: cluster 2024-04-21T15:18:43.136155+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:45 smithi131 bash[21579]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:45 smithi148 bash[22200]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.677498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.686011+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:45 smithi157 bash[22303]: audit 2024-04-21T15:18:44.695889+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:46.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:46 smithi131 bash[21579]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:46.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:46 smithi131 bash[21579]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:47.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:46 smithi148 bash[22200]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:47.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:46 smithi148 bash[22200]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:47.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:46 smithi157 bash[22303]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:47.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:46 smithi157 bash[22303]: cluster 2024-04-21T15:18:45.136738+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:48.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:47 smithi131 bash[21579]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:47 smithi131 bash[21579]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:47 smithi131 bash[21579]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:47 smithi131 bash[21579]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:47 smithi148 bash[22200]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:47 smithi148 bash[22200]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:47 smithi148 bash[22200]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:47 smithi148 bash[22200]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:47 smithi157 bash[22303]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:47 smithi157 bash[22303]: audit 2024-04-21T15:18:47.478300+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-21T15:18:48.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:47 smithi157 bash[22303]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:47 smithi157 bash[22303]: audit 2024-04-21T15:18:47.479680+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:48.997 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:48 smithi148 bash[22200]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:48.997 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:48 smithi148 bash[22200]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:48.997 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:48 smithi148 bash[22200]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:48.997 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:48 smithi148 bash[22200]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:48 smithi131 bash[21579]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:48 smithi131 bash[21579]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:48 smithi131 bash[21579]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:49.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:48 smithi131 bash[21579]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:49.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:48 smithi157 bash[22303]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:49.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:48 smithi157 bash[22303]: cluster 2024-04-21T15:18:47.137195+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:48 smithi157 bash[22303]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:48 smithi157 bash[22303]: cephadm 2024-04-21T15:18:47.480844+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi148 2024-04-21T15:18:50.998 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:50 smithi157 bash[22303]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:50.998 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:50 smithi157 bash[22303]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:50 smithi131 bash[21579]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:51.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:50 smithi131 bash[21579]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:51.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:50 smithi148 bash[22200]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:51.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:50 smithi148 bash[22200]: cluster 2024-04-21T15:18:49.137700+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:51.358 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:51 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:18:51.359 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:18:51 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:18:51.624 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:51 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:18:51.625 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:18:51 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:52.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:52.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:52 smithi157 bash[22303]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.895 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:52.895 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:52.895 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.895 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.895 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:52.896 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:52 smithi148 bash[22200]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: cluster 2024-04-21T15:18:51.138163+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.626425+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.635067+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.651107+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.659424+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.662782+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:53.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:52 smithi131 bash[21579]: audit 2024-04-21T15:18:51.674921+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:54.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:54 smithi157 bash[22303]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:54.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:54 smithi157 bash[22303]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:54.890 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:54 smithi131 bash[21579]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:54.890 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:54 smithi131 bash[21579]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:55.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:54 smithi148 bash[22200]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:55.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:54 smithi148 bash[22200]: cluster 2024-04-21T15:18:53.138523+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:55 smithi157 bash[22303]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:55 smithi131 bash[21579]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.863459+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.873370+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: audit 2024-04-21T15:18:54.884940+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:55 smithi148 bash[22200]: cluster 2024-04-21T15:18:55.138950+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.790 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:58 smithi148 bash[22200]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:58 smithi131 bash[21579]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: cluster 2024-04-21T15:18:57.139402+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.408215+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.416159+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.426121+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.614722+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:58.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:58 smithi157 bash[22303]: audit 2024-04-21T15:18:57.615357+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-21T15:18:59.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:18:59 smithi131 bash[21579]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:18:59 smithi148 bash[22200]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.425063+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.430087+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.430520+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.430561+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:18:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:18:59 smithi157 bash[22303]: audit 2024-04-21T15:18:58.431280+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:00.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:00 smithi148 bash[22200]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:00.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:00 smithi131 bash[21579]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: cluster 2024-04-21T15:18:59.139834+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.433007+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: cluster 2024-04-21T15:18:59.439791+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.440373+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.447299+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:00 smithi157 bash[22303]: audit 2024-04-21T15:18:59.902264+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-21T15:19:01.544 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 1 on host 'smithi148' 2024-04-21T15:19:01.729 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.729 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.729 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.729 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.730 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:01 smithi148 bash[22200]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:01 smithi131 bash[21579]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.633001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:18:58.633117+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: audit 2024-04-21T15:19:00.446659+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:19:00.905704+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.148:6800/2265167590,v1:172.21.15.148:6801/2265167590] boot 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: cluster 2024-04-21T15:19:00.905789+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-21T15:19:01.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:01.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:01 smithi157 bash[22303]: audit 2024-04-21T15:19:00.906038+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:19:02.133 DEBUG:teuthology.orchestra.run.smithi148:osd.1> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.1.service 2024-04-21T15:19:02.135 INFO:tasks.cephadm:Deploying osd.2 on smithi157 with /dev/vg_nvme/lv_4... 2024-04-21T15:19:02.136 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:02 smithi131 bash[21579]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:02 smithi148 bash[22200]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: cluster 2024-04-21T15:19:01.140285+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.492071+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.500635+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.507046+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.512359+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: cephadm 2024-04-21T15:19:01.513729+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 16241M 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.519844+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.523679+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.525216+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:02.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:02 smithi157 bash[22303]: audit 2024-04-21T15:19:01.534983+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:03.769 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:03 smithi148 bash[22200]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:03.769 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:03 smithi148 bash[22200]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:03.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:03 smithi157 bash[22303]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:03.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:03 smithi157 bash[22303]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:04.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:03 smithi131 bash[21579]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:04.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:03 smithi131 bash[21579]: cluster 2024-04-21T15:19:02.538124+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-21T15:19:04.796 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:04 smithi148 bash[22200]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:04.797 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:04 smithi148 bash[22200]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:04.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:04 smithi157 bash[22303]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:04.882 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:04 smithi157 bash[22303]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:05.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:04 smithi131 bash[21579]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:05.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:04 smithi131 bash[21579]: cluster 2024-04-21T15:19:03.140744+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:05.837 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.c/config 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.120 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.121 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:05 smithi131 bash[21579]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:05 smithi157 bash[22303]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.868615+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.877206+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: cephadm 2024-04-21T15:19:04.880418+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi148 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.887800+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.916117+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.921532+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.923191+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:06.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: cluster 2024-04-21T15:19:04.926953+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:06.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:06.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:05 smithi148 bash[22200]: audit 2024-04-21T15:19:04.932943+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:07.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:06 smithi131 bash[21579]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:07.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:06 smithi131 bash[21579]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:07.053 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:06 smithi148 bash[22200]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:07.053 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:06 smithi148 bash[22200]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:07.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:06 smithi157 bash[22303]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:06 smithi157 bash[22303]: cluster 2024-04-21T15:19:05.884036+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:08.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:08 smithi131 bash[21579]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:08 smithi148 bash[22200]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:06.927585+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.033083+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.040867+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.049386+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.060411+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.065270+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:08.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.066639+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.068887+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: audit 2024-04-21T15:19:07.075460+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.868432+0000 mon.a (mon.0) 524 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:08 smithi157 bash[22303]: cluster 2024-04-21T15:19:07.868515+0000 mon.a (mon.0) 525 : cluster [INF] Cluster is now healthy 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr: stderr: 10+0 records in 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr:10+0 records out 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00899913 s, 1.2 GB/s 2024-04-21T15:19:08.673 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping successful for: 2024-04-21T15:19:09.390 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph orch daemon add osd smithi157:vg_nvme/lv_4 2024-04-21T15:19:10.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:10 smithi157 bash[22303]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:10.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:10 smithi157 bash[22303]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:10.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:10 smithi131 bash[21579]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:10.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:10 smithi131 bash[21579]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:10.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:10 smithi148 bash[22200]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:10.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:10 smithi148 bash[22200]: cluster 2024-04-21T15:19:09.069374+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.382 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:12 smithi157 bash[22303]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:12 smithi157 bash[22303]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:12 smithi131 bash[21579]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:12 smithi131 bash[21579]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:12 smithi148 bash[22200]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:12.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:12 smithi148 bash[22200]: cluster 2024-04-21T15:19:11.069823+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:13.090 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.c/config 2024-04-21T15:19:14.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:14 smithi131 bash[21579]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:14.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:14 smithi131 bash[21579]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:14.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:14 smithi148 bash[22200]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:14.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:14 smithi148 bash[22200]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:14.632 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:14 smithi157 bash[22303]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:14.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:14 smithi157 bash[22303]: cluster 2024-04-21T15:19:13.070271+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:16.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:16 smithi157 bash[22303]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:16.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:16.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:16 smithi131 bash[21579]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.066143+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: cluster 2024-04-21T15:19:15.070698+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.071898+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.081383+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.784493+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.791926+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.798413+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:16.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:16 smithi148 bash[22200]: audit 2024-04-21T15:19:15.800119+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:18.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:18.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:18.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:18.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:18.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:18.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:18 smithi157 bash[22303]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:18 smithi131 bash[21579]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: cluster 2024-04-21T15:19:17.071145+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.623876+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.631768+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:19.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:18 smithi148 bash[22200]: audit 2024-04-21T15:19:17.641349+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:20.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:20 smithi157 bash[22303]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:20.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:20 smithi157 bash[22303]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:20 smithi131 bash[21579]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:21.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:20 smithi131 bash[21579]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:21.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:20 smithi148 bash[22200]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:21.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:20 smithi148 bash[22200]: cluster 2024-04-21T15:19:19.071594+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:22.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:22 smithi148 bash[22200]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:22.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:22 smithi148 bash[22200]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:22 smithi131 bash[21579]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:22 smithi131 bash[21579]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:23.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:22 smithi157 bash[22303]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:23.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:22 smithi157 bash[22303]: cluster 2024-04-21T15:19:21.072015+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:24.934 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:24.935 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:24 smithi148 bash[22200]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:25.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:25.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:24 smithi131 bash[21579]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: cluster 2024-04-21T15:19:23.072496+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.676889+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.678187+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.157:0/1898336514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]: dispatch 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.680071+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd"}]': finished 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: cluster 2024-04-21T15:19:23.685003+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:23.685567+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:25.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:24 smithi157 bash[22303]: audit 2024-04-21T15:19:24.329590+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/88549647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-21T15:19:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:26 smithi131 bash[21579]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:26 smithi131 bash[21579]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:26 smithi131 bash[21579]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:26.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:26 smithi131 bash[21579]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:26.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:26 smithi148 bash[22200]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:26 smithi148 bash[22200]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:26 smithi148 bash[22200]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:26.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:26 smithi148 bash[22200]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:27.019 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:26 smithi157 bash[22303]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:27.019 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:26 smithi157 bash[22303]: cluster 2024-04-21T15:19:25.072992+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:27.019 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:26 smithi157 bash[22303]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:27.019 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:26 smithi157 bash[22303]: audit 2024-04-21T15:19:26.630347+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:27 smithi131 bash[21579]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:27 smithi131 bash[21579]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:27 smithi131 bash[21579]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:27 smithi131 bash[21579]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:27 smithi148 bash[22200]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:27 smithi148 bash[22200]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:27 smithi148 bash[22200]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:27 smithi148 bash[22200]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.132 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:27 smithi157 bash[22303]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:27 smithi157 bash[22303]: audit 2024-04-21T15:19:26.636631+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:27 smithi157 bash[22303]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:27 smithi157 bash[22303]: audit 2024-04-21T15:19:26.646358+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:29.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:28 smithi131 bash[21579]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:29.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:28 smithi131 bash[21579]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:29.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:28 smithi148 bash[22200]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:29.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:28 smithi148 bash[22200]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:29.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:28 smithi157 bash[22303]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:29.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:28 smithi157 bash[22303]: cluster 2024-04-21T15:19:27.073392+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:30 smithi131 bash[21579]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:30 smithi131 bash[21579]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:30 smithi148 bash[22200]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:30 smithi148 bash[22200]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:30 smithi157 bash[22303]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:31.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:30 smithi157 bash[22303]: cluster 2024-04-21T15:19:29.073824+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:32.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:32 smithi157 bash[22303]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:32.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:32 smithi157 bash[22303]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:33.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:32 smithi131 bash[21579]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:33.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:32 smithi131 bash[21579]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:33.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:32 smithi148 bash[22200]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:33.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:32 smithi148 bash[22200]: cluster 2024-04-21T15:19:31.074227+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:34.921 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:34 smithi157 bash[22303]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:34.922 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:34 smithi157 bash[22303]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:35.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:34 smithi131 bash[21579]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:35.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:34 smithi131 bash[21579]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:35.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:34 smithi148 bash[22200]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:35.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:34 smithi148 bash[22200]: cluster 2024-04-21T15:19:33.074717+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:36 smithi131 bash[21579]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:36 smithi148 bash[22200]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: cluster 2024-04-21T15:19:35.075162+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.222867+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.228867+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:36.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:36 smithi157 bash[22303]: audit 2024-04-21T15:19:35.235848+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.482 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.482 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.482 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.482 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.482 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:38 smithi157 bash[22303]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:38 smithi131 bash[21579]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cluster 2024-04-21T15:19:37.075692+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.273301+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.275183+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cephadm 2024-04-21T15:19:37.276857+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.789961+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.798530+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: cephadm 2024-04-21T15:19:37.801718+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi157 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:38.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:38 smithi148 bash[22200]: audit 2024-04-21T15:19:37.809507+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:40.508 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:40 smithi157 bash[22303]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:40.508 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:40 smithi157 bash[22303]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:40.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:40 smithi131 bash[21579]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:40.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:40 smithi131 bash[21579]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:40.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:40 smithi148 bash[22200]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:40.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:40 smithi148 bash[22200]: cluster 2024-04-21T15:19:39.076171+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:41.319 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:41 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:19:41.591 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:41 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:42.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:42 smithi148 bash[22200]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:42.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:42.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:42 smithi157 bash[22303]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:43.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: cluster 2024-04-21T15:19:41.076638+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.593277+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.594065+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.602282+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.603022+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.605798+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:43.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:42 smithi131 bash[21579]: audit 2024-04-21T15:19:41.616787+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:44.855 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:44 smithi157 bash[22303]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:44.855 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:44 smithi157 bash[22303]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:44 smithi131 bash[21579]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:45.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:44 smithi131 bash[21579]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:45.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:44 smithi148 bash[22200]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:45.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:44 smithi148 bash[22200]: cluster 2024-04-21T15:19:43.077040+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:46 smithi157 bash[22303]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:46 smithi157 bash[22303]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:46 smithi148 bash[22200]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:46 smithi148 bash[22200]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:46 smithi131 bash[21579]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:46.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:46 smithi131 bash[21579]: cluster 2024-04-21T15:19:45.077490+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:47 smithi131 bash[21579]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.091 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.092 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:47 smithi157 bash[22303]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.858146+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.868404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:46.880235+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: cluster 2024-04-21T15:19:47.077922+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:48.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:47.745834+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:48.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:47 smithi148 bash[22200]: audit 2024-04-21T15:19:47.746792+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:48 smithi157 bash[22303]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.243 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.243 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.243 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.244 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:48 smithi131 bash[21579]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.886293+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: cluster 2024-04-21T15:19:47.892689+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893190+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893596+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:49.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:48 smithi148 bash[22200]: audit 2024-04-21T15:19:47.893866+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-21T15:19:50.230 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:50.231 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:49 smithi157 bash[22303]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:50.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:50.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:49 smithi131 bash[21579]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:50.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.888921+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.894042+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.894675+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:48.899952+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: cluster 2024-04-21T15:19:49.078355+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:50.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:49 smithi148 bash[22200]: audit 2024-04-21T15:19:49.206277+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-21T15:19:51.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:50 smithi157 bash[22303]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:50 smithi131 bash[21579]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.697244+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:48.697348+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: audit 2024-04-21T15:19:49.905122+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:50.212261+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.157:6800/3953360821,v1:172.21.15.157:6801/3953360821] boot 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: cluster 2024-04-21T15:19:50.212379+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:50 smithi148 bash[22200]: audit 2024-04-21T15:19:50.212609+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:19:51.467 INFO:teuthology.orchestra.run.smithi157.stdout:Created osd(s) 2 on host 'smithi157' 2024-04-21T15:19:52.037 DEBUG:teuthology.orchestra.run.smithi157:osd.2> sudo journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.2.service 2024-04-21T15:19:52.039 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-21T15:19:52.040 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-21T15:19:52.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:51 smithi131 bash[21579]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.308 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:51 smithi148 bash[22200]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.070375+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cluster 2024-04-21T15:19:51.078845+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.209390+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' 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-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cluster 2024-04-21T15:19:51.216250+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.217954+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-21T15:19:52.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.407263+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.414948+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.446273+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.452805+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: cephadm 2024-04-21T15:19:51.454549+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 20337M 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.461252+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.465674+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:52.385 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.386 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.467445+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:52.386 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:52.386 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:51 smithi157 bash[22303]: audit 2024-04-21T15:19:51.477602+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.541 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.542 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.543 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.544 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:53 smithi131 bash[21579]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.557 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.558 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:53 smithi148 bash[22200]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.582 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.582 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.211973+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-21T15:19:53.582 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: cluster 2024-04-21T15:19:52.215174+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.526723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.618413+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.733129+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.736013+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.791185+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.791823+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.583 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.792149+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.792387+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.795559+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.795917+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.584 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.796100+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.796900+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.848741+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.851761+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.851831+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.852235+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.852713+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:53.585 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:53 smithi157 bash[22303]: audit 2024-04-21T15:19:52.903068+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-21T15:19:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:54 smithi157 bash[22303]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:54 smithi157 bash[22303]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:54 smithi157 bash[22303]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:54.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:54 smithi157 bash[22303]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:54.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:54 smithi131 bash[21579]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:54 smithi131 bash[21579]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:54 smithi131 bash[21579]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:54.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:54 smithi131 bash[21579]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:54 smithi148 bash[22200]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:54 smithi148 bash[22200]: cluster 2024-04-21T15:19:53.079398+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:54.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:54 smithi148 bash[22200]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:54.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:54 smithi148 bash[22200]: cluster 2024-04-21T15:19:53.221564+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-21T15:19:55.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:55 smithi131 bash[21579]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:55 smithi131 bash[21579]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:55 smithi148 bash[22200]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:55 smithi148 bash[22200]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.581 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:55 smithi157 bash[22303]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.581 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:55 smithi157 bash[22303]: cluster 2024-04-21T15:19:54.248398+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-21T15:19:55.912 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.717 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:56 smithi131 bash[21579]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:56 smithi148 bash[22200]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: cluster 2024-04-21T15:19:55.079919+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.402314+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.409829+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:56.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:56 smithi157 bash[22303]: audit 2024-04-21T15:19:55.417769+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.504 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:19:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.637 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.638 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.638 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.638 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.638 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.638 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:58 smithi157 bash[22303]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.701 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.702 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:58 smithi131 bash[21579]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: cluster 2024-04-21T15:19:57.080469+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.011329+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.019423+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.030531+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.065596+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.071280+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.073101+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:58.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:58 smithi148 bash[22200]: audit 2024-04-21T15:19:58.084070+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:19:59.090 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1713712790,"num_in_osds":3,"osd_in_since":1713712763,"num_remapped_pgs":0} 2024-04-21T15:19:59.090 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-21T15:19:59.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:59.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:19:59 smithi131 bash[21579]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:59.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:59.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:19:59 smithi148 bash[22200]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: cluster 2024-04-21T15:19:58.076926+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: audit 2024-04-21T15:19:58.501934+0000 mon.a (mon.0) 613 : audit [DBG] from='client.? 172.21.15.131:0/2635185746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:19:59.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:19:59 smithi157 bash[22303]: cluster 2024-04-21T15:19:59.026938+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:20:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:00.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:00 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:00.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:00 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000159+0000 mon.a (mon.0) 615 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000230+0000 mon.a (mon.0) 616 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:00.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:00 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.000274+0000 mon.a (mon.0) 617 : cluster [WRN] stray daemon osd.2 on host smithi157 not managed by cephadm 2024-04-21T15:20:01.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:01 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:01.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:01 smithi131 bash[21579]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:01.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:01 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:01.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:01 smithi148 bash[22200]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:01 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:01.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:01 smithi157 bash[22303]: cluster 2024-04-21T15:20:00.077491+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:03.801 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:03.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:03 smithi148 bash[22200]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:03 smithi131 bash[21579]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: cluster 2024-04-21T15:20:02.078084+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.649769+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.658789+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.664348+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.671043+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.671810+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.673741+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:20:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: cluster 2024-04-21T15:20:02.677029+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:03 smithi157 bash[22303]: audit 2024-04-21T15:20:02.683727+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:04.866 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:04 smithi131 bash[21579]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:04.866 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:04 smithi131 bash[21579]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:04.866 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:04 smithi131 bash[21579]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:04.867 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:04 smithi131 bash[21579]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:04.936 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:04 smithi148 bash[22200]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:04.936 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:04 smithi148 bash[22200]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:04.936 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:04 smithi148 bash[22200]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:04.936 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:04 smithi148 bash[22200]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:04 smithi157 bash[22303]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:04 smithi157 bash[22303]: cluster 2024-04-21T15:20:03.665942+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-21T15:20:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:04 smithi157 bash[22303]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:05.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:04 smithi157 bash[22303]: cluster 2024-04-21T15:20:03.665993+0000 mon.a (mon.0) 626 : cluster [INF] Cluster is now healthy 2024-04-21T15:20:05.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:05 smithi131 bash[21579]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:05.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:05 smithi131 bash[21579]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:06.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:05 smithi148 bash[22200]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:06.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:05 smithi148 bash[22200]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:05 smithi157 bash[22303]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:05 smithi157 bash[22303]: cluster 2024-04-21T15:20:04.677382+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:06.294 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:20:06.294 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":21,"fsid":"912eecc6-fff1-11ee-bc93-c7b262605968","created":"2024-04-21T15:14:10.240911+0000","modified":"2024-04-21T15:19:53.211944+0000","last_up_change":"2024-04-21T15:19:50.203683+0000","last_in_change":"2024-04-21T15:19:23.677809+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-04-21T15:19:51.077610+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":"3ad41d71-e8ca-4bc1-966d-6fb22b4eb097","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.131:6802","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6803","nonce":2751255208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6805","nonce":2751255208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6809","nonce":2751255208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6807","nonce":2751255208}]},"public_addr":"172.21.15.131:6803/2751255208","cluster_addr":"172.21.15.131:6805/2751255208","heartbeat_back_addr":"172.21.15.131:6809/2751255208","heartbeat_front_addr":"172.21.15.131:6807/2751255208","state":["exists","up"]},{"osd":1,"uuid":"0ba6ea18-d89c-4108-8243-e6e11063fbb1","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.148:6800","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6801","nonce":2265167590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6803","nonce":2265167590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6807","nonce":2265167590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6805","nonce":2265167590}]},"public_addr":"172.21.15.148:6801/2265167590","cluster_addr":"172.21.15.148:6803/2265167590","heartbeat_back_addr":"172.21.15.148:6807/2265167590","heartbeat_front_addr":"172.21.15.148:6805/2265167590","state":["exists","up"]},{"osd":2,"uuid":"b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd","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.157:6800","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6801","nonce":3953360821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6803","nonce":3953360821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6807","nonce":3953360821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6805","nonce":3953360821}]},"public_addr":"172.21.15.157:6801/3953360821","cluster_addr":"172.21.15.157:6803/3953360821","heartbeat_back_addr":"172.21.15.157:6807/3953360821","heartbeat_front_addr":"172.21.15.157:6805/3953360821","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-04-21T15:18:04.042503+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-04-21T15:18:58.633122+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-04-21T15:19:48.697354+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:6801/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:6800/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2207811717":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2864141883":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2500732716":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/479456473":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/4177922466":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6800/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6801/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2769656425":"2024-04-22T15:15:14.845265+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-04-21T15:20:06.858 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-21T15:19:51.077610+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-04-21T15:20:06.858 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-21T15:20:07.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:06 smithi131 bash[21579]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:06 smithi131 bash[21579]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:06 smithi148 bash[22200]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:06 smithi148 bash[22200]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:06 smithi157 bash[22303]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:06 smithi157 bash[22303]: audit 2024-04-21T15:20:06.289943+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.131:0/3436152058' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:07.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:07.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:07.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:07.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:07.916 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:07.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:07.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:07.917 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:07 smithi131 bash[21579]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:07 smithi148 bash[22200]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: cluster 2024-04-21T15:20:06.677862+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.063376+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.068499+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:07 smithi157 bash[22303]: audit 2024-04-21T15:20:07.073319+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:10.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:09 smithi131 bash[21579]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:10.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:09 smithi131 bash[21579]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:10.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:09 smithi148 bash[22200]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:10.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:09 smithi148 bash[22200]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:10.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:09 smithi157 bash[22303]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:10.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:09 smithi157 bash[22303]: cluster 2024-04-21T15:20:08.678415+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:11.815 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:12.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:11 smithi131 bash[21579]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:12.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:11 smithi131 bash[21579]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:11 smithi148 bash[22200]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:11 smithi148 bash[22200]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:12.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:11 smithi157 bash[22303]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:12.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:11 smithi157 bash[22303]: cluster 2024-04-21T15:20:10.678957+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:13.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:13 smithi157 bash[22303]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:13.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:13 smithi157 bash[22303]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:14.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:13 smithi131 bash[21579]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:14.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:13 smithi131 bash[21579]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:14.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:13 smithi148 bash[22200]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:14.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:13 smithi148 bash[22200]: cluster 2024-04-21T15:20:12.679599+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:14.151 INFO:teuthology.orchestra.run.smithi131.stdout:pg_num: 1 2024-04-21T15:20:14.763 INFO:tasks.cephadm:Setting up client nodes... 2024-04-21T15:20:14.763 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-21T15:20:14.764 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-21T15:20:14.764 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-21T15:20:15.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:14 smithi131 bash[21579]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:15.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:14 smithi131 bash[21579]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:15.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:14 smithi148 bash[22200]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:15.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:14 smithi148 bash[22200]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:15.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:14 smithi157 bash[22303]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:15.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:14 smithi157 bash[22303]: audit 2024-04-21T15:20:14.148740+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.131:0/4025406904' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-21T15:20:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:15 smithi131 bash[21579]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:15 smithi148 bash[22200]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: cluster 2024-04-21T15:20:14.680101+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.592491+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.602182+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:15 smithi157 bash[22303]: audit 2024-04-21T15:20:15.612857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:18.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:17 smithi131 bash[21579]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:18.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:17 smithi131 bash[21579]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:18.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:17 smithi148 bash[22200]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:18.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:17 smithi148 bash[22200]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:18.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:17 smithi157 bash[22303]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:18.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:17 smithi157 bash[22303]: cluster 2024-04-21T15:20:16.680759+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:19.484 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:19 smithi131 bash[21579]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:19 smithi131 bash[21579]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:20.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:19 smithi148 bash[22200]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:20.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:19 smithi148 bash[22200]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:20.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:19 smithi157 bash[22303]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:20.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:19 smithi157 bash[22303]: cluster 2024-04-21T15:20:18.681406+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:21 smithi131 bash[21579]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:21 smithi131 bash[21579]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:21 smithi148 bash[22200]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:21 smithi148 bash[22200]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.080 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:20:22.095 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:21 smithi157 bash[22303]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.095 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:21 smithi157 bash[22303]: cluster 2024-04-21T15:20:20.681974+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:22.722 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":15234932},{"type":"v1","addr":"172.21.15.131:6801","nonce":15234932}]},"active_addr":"172.21.15.131:6801/15234932","active_change":"2024-04-21T15:15:14.845628+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.131: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.131:0","nonce":4256446504}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":3152536846}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":2799341406}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":159717045}]}]} 2024-04-21T15:20:22.730 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-21T15:20:22.730 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-21T15:20:22.730 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-21T15:20:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:22 smithi131 bash[21579]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:22 smithi148 bash[22200]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.066239+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.131:0/271216639' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.263174+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.271690+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:22 smithi157 bash[22303]: audit 2024-04-21T15:20:22.281362+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:24.032 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:23 smithi148 bash[22200]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:24.033 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:23 smithi148 bash[22200]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:23 smithi131 bash[21579]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:23 smithi131 bash[21579]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:24.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:23 smithi157 bash[22303]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:24.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:23 smithi157 bash[22303]: cluster 2024-04-21T15:20:22.682600+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:25 smithi131 bash[21579]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:25 smithi131 bash[21579]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:25 smithi148 bash[22200]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:25 smithi148 bash[22200]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:25 smithi157 bash[22303]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:26.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:25 smithi157 bash[22303]: cluster 2024-04-21T15:20:24.683196+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:27.449 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:27 smithi131 bash[21579]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:27 smithi148 bash[22200]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: cluster 2024-04-21T15:20:26.683793+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.272171+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.281167+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:27 smithi157 bash[22303]: audit 2024-04-21T15:20:27.292729+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:30.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:29 smithi131 bash[21579]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:30.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:29 smithi131 bash[21579]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:30.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:29 smithi148 bash[22200]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:30.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:29 smithi148 bash[22200]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:30.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:29 smithi157 bash[22303]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:30.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:29 smithi157 bash[22303]: cluster 2024-04-21T15:20:28.684169+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:31.083 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:20:31.083 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":21,"fsid":"912eecc6-fff1-11ee-bc93-c7b262605968","created":"2024-04-21T15:14:10.240911+0000","modified":"2024-04-21T15:19:53.211944+0000","last_up_change":"2024-04-21T15:19:50.203683+0000","last_in_change":"2024-04-21T15:19:23.677809+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-04-21T15:19:51.077610+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":"3ad41d71-e8ca-4bc1-966d-6fb22b4eb097","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.131:6802","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6803","nonce":2751255208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6805","nonce":2751255208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6809","nonce":2751255208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6807","nonce":2751255208}]},"public_addr":"172.21.15.131:6803/2751255208","cluster_addr":"172.21.15.131:6805/2751255208","heartbeat_back_addr":"172.21.15.131:6809/2751255208","heartbeat_front_addr":"172.21.15.131:6807/2751255208","state":["exists","up"]},{"osd":1,"uuid":"0ba6ea18-d89c-4108-8243-e6e11063fbb1","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.148:6800","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6801","nonce":2265167590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6803","nonce":2265167590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6807","nonce":2265167590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6805","nonce":2265167590}]},"public_addr":"172.21.15.148:6801/2265167590","cluster_addr":"172.21.15.148:6803/2265167590","heartbeat_back_addr":"172.21.15.148:6807/2265167590","heartbeat_front_addr":"172.21.15.148:6805/2265167590","state":["exists","up"]},{"osd":2,"uuid":"b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd","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.157:6800","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6801","nonce":3953360821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6803","nonce":3953360821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6807","nonce":3953360821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6805","nonce":3953360821}]},"public_addr":"172.21.15.157:6801/3953360821","cluster_addr":"172.21.15.157:6803/3953360821","heartbeat_back_addr":"172.21.15.157:6807/3953360821","heartbeat_front_addr":"172.21.15.157:6805/3953360821","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-04-21T15:18:04.042503+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-04-21T15:18:58.633122+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-04-21T15:19:48.697354+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:6801/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:6800/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2207811717":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2864141883":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2500732716":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/479456473":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/4177922466":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6800/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6801/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2769656425":"2024-04-22T15:15:14.845265+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-04-21T15:20:31.875 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-21T15:20:31.875 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-21T15:20:32.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:31 smithi131 bash[21579]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:31 smithi131 bash[21579]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:31 smithi131 bash[21579]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:32.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:31 smithi131 bash[21579]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:32.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:31 smithi148 bash[22200]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:31 smithi148 bash[22200]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:31 smithi148 bash[22200]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:32.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:31 smithi148 bash[22200]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:32.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:31 smithi157 bash[22303]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:31 smithi157 bash[22303]: cluster 2024-04-21T15:20:30.684474+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:32.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:31 smithi157 bash[22303]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:32.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:31 smithi157 bash[22303]: audit 2024-04-21T15:20:31.079472+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.131:0/422970702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:34.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:33 smithi131 bash[21579]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:34.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:33 smithi131 bash[21579]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:34.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:33 smithi148 bash[22200]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:34.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:33 smithi148 bash[22200]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:34.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:33 smithi157 bash[22303]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:34.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:33 smithi157 bash[22303]: cluster 2024-04-21T15:20:32.685014+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:35.687 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:35 smithi131 bash[21579]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:35 smithi148 bash[22200]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: cluster 2024-04-21T15:20:34.685554+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.756324+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.760616+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:36.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:35 smithi157 bash[22303]: audit 2024-04-21T15:20:35.765336+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:38.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:37 smithi148 bash[22200]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:37 smithi148 bash[22200]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:37 smithi157 bash[22303]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:37 smithi157 bash[22303]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.220 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:20:38.220 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":21,"fsid":"912eecc6-fff1-11ee-bc93-c7b262605968","created":"2024-04-21T15:14:10.240911+0000","modified":"2024-04-21T15:19:53.211944+0000","last_up_change":"2024-04-21T15:19:50.203683+0000","last_in_change":"2024-04-21T15:19:23.677809+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-04-21T15:19:51.077610+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":"3ad41d71-e8ca-4bc1-966d-6fb22b4eb097","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.131:6802","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6803","nonce":2751255208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6805","nonce":2751255208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6809","nonce":2751255208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2751255208},{"type":"v1","addr":"172.21.15.131:6807","nonce":2751255208}]},"public_addr":"172.21.15.131:6803/2751255208","cluster_addr":"172.21.15.131:6805/2751255208","heartbeat_back_addr":"172.21.15.131:6809/2751255208","heartbeat_front_addr":"172.21.15.131:6807/2751255208","state":["exists","up"]},{"osd":1,"uuid":"0ba6ea18-d89c-4108-8243-e6e11063fbb1","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.148:6800","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6801","nonce":2265167590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6803","nonce":2265167590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6807","nonce":2265167590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2265167590},{"type":"v1","addr":"172.21.15.148:6805","nonce":2265167590}]},"public_addr":"172.21.15.148:6801/2265167590","cluster_addr":"172.21.15.148:6803/2265167590","heartbeat_back_addr":"172.21.15.148:6807/2265167590","heartbeat_front_addr":"172.21.15.148:6805/2265167590","state":["exists","up"]},{"osd":2,"uuid":"b5a6e5f2-43e6-49e8-9cb2-5d2e04c4e7fd","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.157:6800","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6801","nonce":3953360821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6803","nonce":3953360821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6807","nonce":3953360821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3953360821},{"type":"v1","addr":"172.21.15.157:6805","nonce":3953360821}]},"public_addr":"172.21.15.157:6801/3953360821","cluster_addr":"172.21.15.157:6803/3953360821","heartbeat_back_addr":"172.21.15.157:6807/3953360821","heartbeat_front_addr":"172.21.15.157:6805/3953360821","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-04-21T15:18:04.042503+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-04-21T15:18:58.633122+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-04-21T15:19:48.697354+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:6801/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:6800/2229688793":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2207811717":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/2864141883":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2500732716":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/479456473":"2024-04-22T15:15:14.845265+0000","172.21.15.131:0/4177922466":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6800/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:6801/1243132860":"2024-04-22T15:14:40.933661+0000","172.21.15.131:0/2769656425":"2024-04-22T15:15:14.845265+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-04-21T15:20:38.232 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:37 smithi131 bash[21579]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.233 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:37 smithi131 bash[21579]: cluster 2024-04-21T15:20:36.686147+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:38.778 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-21T15:20:38.778 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-21T15:20:38.779 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-21T15:20:39.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:38 smithi131 bash[21579]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:39.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:38 smithi131 bash[21579]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:39.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:38 smithi148 bash[22200]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:39.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:38 smithi148 bash[22200]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:39.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:38 smithi157 bash[22303]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:39.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:38 smithi157 bash[22303]: audit 2024-04-21T15:20:38.216325+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.131:0/2660059224' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-21T15:20:40.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:39 smithi157 bash[22303]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:40.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:39 smithi157 bash[22303]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:40.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:39 smithi131 bash[21579]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:40.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:39 smithi131 bash[21579]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:40.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:39 smithi148 bash[22200]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:40.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:39 smithi148 bash[22200]: cluster 2024-04-21T15:20:38.686672+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:41 smithi157 bash[22303]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:41 smithi157 bash[22303]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:41 smithi131 bash[21579]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:41 smithi131 bash[21579]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:41 smithi148 bash[22200]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:42.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:41 smithi148 bash[22200]: cluster 2024-04-21T15:20:40.687202+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.504 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:43.504 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:43.504 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:43 smithi131 bash[21579]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:43 smithi148 bash[22200]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.883 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.485477+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.493859+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: audit 2024-04-21T15:20:42.503694+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:43.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:43 smithi157 bash[22303]: cluster 2024-04-21T15:20:42.687764+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:45 smithi131 bash[21579]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:45 smithi131 bash[21579]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:45 smithi148 bash[22200]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:45 smithi148 bash[22200]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:45 smithi157 bash[22303]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:46.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:45 smithi157 bash[22303]: cluster 2024-04-21T15:20:44.688207+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:47.953 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:47.953 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:47.954 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:47 smithi131 bash[21579]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:48.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:47 smithi148 bash[22200]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: cluster 2024-04-21T15:20:46.688788+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.479579+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.485843+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:47 smithi157 bash[22303]: audit 2024-04-21T15:20:47.493955+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:48.317 INFO:teuthology.orchestra.run.smithi131.stdout:55834574873 2024-04-21T15:20:48.318 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-21T15:20:49.164 INFO:teuthology.orchestra.run.smithi131.stdout:77309411343 2024-04-21T15:20:49.164 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-21T15:20:49.192 INFO:teuthology.orchestra.run.smithi131.stdout:34359738404 2024-04-21T15:20:49.193 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-21T15:20:50.034 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:49 smithi131 bash[21579]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:50.034 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:49 smithi131 bash[21579]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:50.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:49 smithi148 bash[22200]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:50.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:49 smithi148 bash[22200]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:50.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:49 smithi157 bash[22303]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:50.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:49 smithi157 bash[22303]: cluster 2024-04-21T15:20:48.689390+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.034 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:51 smithi131 bash[21579]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.034 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:51 smithi131 bash[21579]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:51 smithi148 bash[22200]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:51 smithi148 bash[22200]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:51 smithi157 bash[22303]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:52.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:51 smithi157 bash[22303]: cluster 2024-04-21T15:20:50.689972+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:53.052 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:53.053 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:53.053 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:20:54.011 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:53 smithi157 bash[22303]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:54.011 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:53 smithi157 bash[22303]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:54.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:53 smithi131 bash[21579]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:54.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:53 smithi131 bash[21579]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:54.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:53 smithi148 bash[22200]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:54.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:53 smithi148 bash[22200]: cluster 2024-04-21T15:20:52.690681+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:55 smithi131 bash[21579]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:55 smithi131 bash[21579]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:55 smithi148 bash[22200]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:55 smithi148 bash[22200]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:55 smithi157 bash[22303]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:56.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:55 smithi157 bash[22303]: cluster 2024-04-21T15:20:54.691361+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:56 smithi131 bash[21579]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.155 INFO:teuthology.orchestra.run.smithi131.stdout:55834574875 2024-04-21T15:20:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:56 smithi148 bash[22200]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.914041+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.918988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: audit 2024-04-21T15:20:55.923849+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:56 smithi157 bash[22303]: cluster 2024-04-21T15:20:56.691950+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:57.448 INFO:teuthology.orchestra.run.smithi131.stdout:77309411345 2024-04-21T15:20:57.552 INFO:teuthology.orchestra.run.smithi131.stdout:34359738405 2024-04-21T15:20:58.088 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-04-21T15:20:58.088 DEBUG:teuthology.parallel:result is None 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:57 smithi131 bash[21579]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:57 smithi148 bash[22200]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.152965+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.131:0/1971234945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-21T15:20:58.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.446213+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.131:0/4054279822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-21T15:20:58.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:57 smithi157 bash[22303]: audit 2024-04-21T15:20:57.550025+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.131:0/3579866276' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-21T15:20:58.780 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2024-04-21T15:20:58.780 DEBUG:teuthology.parallel:result is None 2024-04-21T15:20:58.807 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738405 for osd.0 2024-04-21T15:20:58.807 DEBUG:teuthology.parallel:result is None 2024-04-21T15:20:58.807 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-21T15:20:58.807 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-21T15:20:59.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:58 smithi131 bash[21579]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:59.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:20:58 smithi131 bash[21579]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:59.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:58 smithi148 bash[22200]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:59.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:20:58 smithi148 bash[22200]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:59.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:58 smithi157 bash[22303]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:20:59.383 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:20:58 smithi157 bash[22303]: cluster 2024-04-21T15:20:58.692527+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:01 smithi131 bash[21579]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:01 smithi131 bash[21579]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:01 smithi148 bash[22200]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:01 smithi148 bash[22200]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:01 smithi157 bash[22303]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:02.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:01 smithi157 bash[22303]: cluster 2024-04-21T15:21:00.693175+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:03.569 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:03 smithi131 bash[21579]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:03 smithi148 bash[22200]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: cluster 2024-04-21T15:21:02.693742+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.706800+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.715434+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.725576+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.790050+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.796001+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.797717+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:04.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:03 smithi157 bash[22303]: audit 2024-04-21T15:21:02.807496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:05.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:05 smithi148 bash[22200]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:05.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:05 smithi148 bash[22200]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:06.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:05 smithi131 bash[21579]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:06.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:05 smithi131 bash[21579]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:06.075 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:21:06.077 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-04-21T15:21:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:05 smithi157 bash[22303]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:06.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:05 smithi157 bash[22303]: cluster 2024-04-21T15:21:04.694384+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:06.706 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2024-04-21T15:21:04.694063+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92896,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142560,"statfs":{"total":287985106944,"available":287889981440,"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.003773"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-21T15:19:53.218450+0000","last_change":"2024-04-21T15:19:52.219485+0000","last_active":"2024-04-21T15:19:53.218450+0000","last_peered":"2024-04-21T15:19:53.218450+0000","last_clean":"2024-04-21T15:19:53.218450+0000","last_became_active":"2024-04-21T15:19:52.218810+0000","last_became_peered":"2024-04-21T15:19:52.218810+0000","last_unstale":"2024-04-21T15:19:53.218450+0000","last_undegraded":"2024-04-21T15:19:53.218450+0000","last_fullsized":"2024-04-21T15:19:53.218450+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-04-21T15:19:51.206191+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-21T15:19:51.206191+0000","last_clean_scrub_stamp":"2024-04-21T15:19:51.206191+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-23T01:22:58.308700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411346,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738407,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":55834574876,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-21T15:21:06.707 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:07 smithi131 bash[21579]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:07 smithi148 bash[22200]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:06.071341+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: cluster 2024-04-21T15:21:06.695000+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:07.694150+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:08.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:07 smithi157 bash[22303]: audit 2024-04-21T15:21:07.703289+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:08 smithi131 bash[21579]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:08 smithi131 bash[21579]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:08 smithi148 bash[22200]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:08 smithi148 bash[22200]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:08 smithi157 bash[22303]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:09.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:08 smithi157 bash[22303]: audit 2024-04-21T15:21:07.713611+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:10.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:09 smithi131 bash[21579]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:10.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:09 smithi131 bash[21579]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:10.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:09 smithi148 bash[22200]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:10.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:09 smithi148 bash[22200]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:10.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:09 smithi157 bash[22303]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:10.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:09 smithi157 bash[22303]: cluster 2024-04-21T15:21:08.695551+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:11.563 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:12.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:11 smithi131 bash[21579]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:12.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:11 smithi131 bash[21579]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:11 smithi148 bash[22200]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:12.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:11 smithi148 bash[22200]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:12.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:11 smithi157 bash[22303]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:12.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:11 smithi157 bash[22303]: cluster 2024-04-21T15:21:10.696053+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:13 smithi131 bash[21579]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:13 smithi131 bash[21579]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:13 smithi148 bash[22200]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:13 smithi148 bash[22200]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:13 smithi157 bash[22303]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:13 smithi157 bash[22303]: cluster 2024-04-21T15:21:12.696418+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:14.455 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:21:14.457 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-04-21T15:21:15.115 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":193,"stamp":"2024-04-21T15:21:12.696261+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92896,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142560,"statfs":{"total":287985106944,"available":287889981440,"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.003401"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-21T15:19:53.218450+0000","last_change":"2024-04-21T15:19:52.219485+0000","last_active":"2024-04-21T15:19:53.218450+0000","last_peered":"2024-04-21T15:19:53.218450+0000","last_clean":"2024-04-21T15:19:53.218450+0000","last_became_active":"2024-04-21T15:19:52.218810+0000","last_became_peered":"2024-04-21T15:19:52.218810+0000","last_unstale":"2024-04-21T15:19:53.218450+0000","last_undegraded":"2024-04-21T15:19:53.218450+0000","last_fullsized":"2024-04-21T15:19:53.218450+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-04-21T15:19:51.206191+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-21T15:19:51.206191+0000","last_clean_scrub_stamp":"2024-04-21T15:19:51.206191+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-23T01:22:58.308700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-21T15:21:15.116 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-21T15:21:15.116 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-21T15:21:15.116 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-21T15:21:15.116 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph health --format=json 2024-04-21T15:21:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:15 smithi131 bash[21579]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:15 smithi131 bash[21579]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:15 smithi131 bash[21579]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:16.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:15 smithi131 bash[21579]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:15 smithi148 bash[22200]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:15 smithi148 bash[22200]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:15 smithi148 bash[22200]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:16.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:15 smithi148 bash[22200]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:16.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:15 smithi157 bash[22303]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:15 smithi157 bash[22303]: audit 2024-04-21T15:21:14.451062+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-21T15:21:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:15 smithi157 bash[22303]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:16.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:15 smithi157 bash[22303]: cluster 2024-04-21T15:21:14.696930+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:17 smithi157 bash[22303]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.540 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:17 smithi131 bash[21579]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.079160+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.084650+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: audit 2024-04-21T15:21:16.090672+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:17.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:17 smithi148 bash[22200]: cluster 2024-04-21T15:21:16.697464+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:19.611 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:19 smithi131 bash[21579]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:20.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:19 smithi131 bash[21579]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:20.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:19 smithi148 bash[22200]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:20.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:19 smithi148 bash[22200]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:20.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:19 smithi157 bash[22303]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:20.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:19 smithi157 bash[22303]: cluster 2024-04-21T15:21:18.697994+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:21 smithi131 bash[21579]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:21 smithi131 bash[21579]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:21 smithi148 bash[22200]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:21 smithi148 bash[22200]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:21 smithi157 bash[22303]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:21 smithi157 bash[22303]: cluster 2024-04-21T15:21:20.698650+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:22.183 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-21T15:21:22.184 INFO:teuthology.orchestra.run.smithi131.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-21T15:21:22.837 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-21T15:21:22.838 INFO:tasks.cephadm:Setup complete, yielding 2024-04-21T15:21:22.838 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-21T15:21:22.848 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-21T15:21:22.849 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-04-21T15:21:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:22 smithi131 bash[21579]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:23.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:22 smithi131 bash[21579]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:23.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:22 smithi148 bash[22200]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:23.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:22 smithi148 bash[22200]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:23.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:22 smithi157 bash[22303]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:23.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:22 smithi157 bash[22303]: audit 2024-04-21T15:21:22.181197+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.131:0/1400715304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:23 smithi131 bash[21579]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:23 smithi148 bash[22200]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: cluster 2024-04-21T15:21:22.699249+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.927605+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.935881+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:24.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:23 smithi157 bash[22303]: audit 2024-04-21T15:21:22.946008+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:26.028 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:25 smithi148 bash[22200]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:26.029 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:25 smithi148 bash[22200]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:26.038 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:25 smithi131 bash[21579]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:26.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:25 smithi131 bash[21579]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:26.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:25 smithi157 bash[22303]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:26.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:25 smithi157 bash[22303]: cluster 2024-04-21T15:21:24.699778+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:27.559 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:27 smithi131 bash[21579]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:28.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:27 smithi131 bash[21579]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:28.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:27 smithi148 bash[22200]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:28.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:27 smithi148 bash[22200]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:28.133 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:27 smithi157 bash[22303]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:28.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:27 smithi157 bash[22303]: cluster 2024-04-21T15:21:26.700416+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:28 smithi131 bash[21579]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:28 smithi148 bash[22200]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.900047+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.908972+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: audit 2024-04-21T15:21:27.919255+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.131:0/1299476846' entity='mgr.a' 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:29.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:28 smithi157 bash[22303]: cluster 2024-04-21T15:21:28.701005+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:30.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:30 smithi131 bash[21579]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:30.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:30 smithi131 bash[21579]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:30.539 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:30 smithi131 bash[21837]: ignoring --setuser ceph since I am not root 2024-04-21T15:21:30.539 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:30 smithi131 bash[21837]: ignoring --setgroup ceph since I am not root 2024-04-21T15:21:30.539 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:30 smithi131 bash[21837]: debug 2024-04-21T15:21:30.453+0000 7f6740b90200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[22200]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[22200]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[23225]: ignoring --setuser ceph since I am not root 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[23225]: ignoring --setgroup ceph since I am not root 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[23225]: debug 2024-04-21T15:21:30.339+0000 7f4d2a0f2700 1 -- 172.21.15.148:0/1809026911 <== mon.2 v2:172.21.15.148:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55cd893c25a0 con 0x55cd894c6400 2024-04-21T15:21:30.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:30 smithi148 bash[23225]: debug 2024-04-21T15:21:30.487+0000 7f4d33ee4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-21T15:21:30.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:30 smithi157 bash[22303]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:30.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:30 smithi157 bash[22303]: audit 2024-04-21T15:21:30.198985+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-21T15:21:31.279 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-04-21T15:21:31.289 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-04-21T15:21:31.289 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-04-21T15:21:31.538 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:31 smithi131 bash[21579]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:31 smithi131 bash[21579]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:31 smithi131 bash[21579]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:31.539 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:31 smithi131 bash[21579]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:31.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:31 smithi148 bash[22200]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:31 smithi148 bash[22200]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:31 smithi148 bash[22200]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:31.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:31 smithi148 bash[22200]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:31.633 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:31 smithi157 bash[22303]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:31 smithi157 bash[22303]: audit 2024-04-21T15:21:30.253556+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.131:0/1096580144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-21T15:21:31.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:31 smithi157 bash[22303]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:31.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:31 smithi157 bash[22303]: cluster 2024-04-21T15:21:30.262175+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-21T15:21:32.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:32 smithi148 bash[23225]: debug 2024-04-21T15:21:32.039+0000 7f4d33ee4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:21:32.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:32 smithi148 bash[23225]: debug 2024-04-21T15:21:32.135+0000 7f4d33ee4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:21:32.318 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:32 smithi131 bash[21837]: debug 2024-04-21T15:21:32.045+0000 7f6740b90200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-21T15:21:32.318 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:32 smithi131 bash[21837]: debug 2024-04-21T15:21:32.141+0000 7f6740b90200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-21T15:21:32.789 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:32 smithi131 bash[21837]: debug 2024-04-21T15:21:32.397+0000 7f6740b90200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:21:32.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:32 smithi148 bash[23225]: debug 2024-04-21T15:21:32.383+0000 7f4d33ee4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-21T15:21:33.512 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:33 smithi131 bash[21837]: debug 2024-04-21T15:21:33.217+0000 7f6740b90200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:21:33.512 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:33 smithi131 bash[21837]: debug 2024-04-21T15:21:33.329+0000 7f6740b90200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:21:33.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.175+0000 7f4d33ee4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-21T15:21:33.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.283+0000 7f4d33ee4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-21T15:21:33.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.387+0000 7f4d33ee4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:21:33.788 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:33 smithi131 bash[21837]: debug 2024-04-21T15:21:33.433+0000 7f6740b90200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-21T15:21:34.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.743+0000 7f4d33ee4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:21:34.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.855+0000 7f4d33ee4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:21:34.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:33 smithi148 bash[23225]: debug 2024-04-21T15:21:33.959+0000 7f4d33ee4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:21:34.288 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:33 smithi131 bash[21837]: debug 2024-04-21T15:21:33.797+0000 7f6740b90200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-21T15:21:34.289 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:33 smithi131 bash[21837]: debug 2024-04-21T15:21:33.913+0000 7f6740b90200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-21T15:21:34.289 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:34 smithi131 bash[21837]: debug 2024-04-21T15:21:34.017+0000 7f6740b90200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-21T15:21:34.789 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:34 smithi131 bash[21837]: debug 2024-04-21T15:21:34.377+0000 7f6740b90200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:21:34.789 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:34 smithi131 bash[21837]: debug 2024-04-21T15:21:34.621+0000 7f6740b90200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:21:34.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:34 smithi148 bash[23225]: debug 2024-04-21T15:21:34.315+0000 7f4d33ee4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-21T15:21:34.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:34 smithi148 bash[23225]: debug 2024-04-21T15:21:34.555+0000 7f4d33ee4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-21T15:21:35.203 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:34 smithi148 bash[23225]: debug 2024-04-21T15:21:34.815+0000 7f4d33ee4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:21:35.203 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:34 smithi148 bash[23225]: debug 2024-04-21T15:21:34.927+0000 7f4d33ee4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:21:35.203 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:35 smithi148 bash[23225]: debug 2024-04-21T15:21:35.199+0000 7f4d33ee4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:21:35.282 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:34 smithi131 bash[21837]: debug 2024-04-21T15:21:34.881+0000 7f6740b90200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-21T15:21:35.282 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:35 smithi131 bash[21837]: debug 2024-04-21T15:21:34.997+0000 7f6740b90200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-21T15:21:35.539 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:35 smithi131 bash[21837]: debug 2024-04-21T15:21:35.277+0000 7f6740b90200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-21T15:21:35.969 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:35 smithi148 bash[23225]: debug 2024-04-21T15:21:35.611+0000 7f4d33ee4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:21:35.970 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:35 smithi148 bash[23225]: debug 2024-04-21T15:21:35.843+0000 7f4d33ee4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:21:35.970 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:35 smithi148 bash[23225]: debug 2024-04-21T15:21:35.963+0000 7f4d33ee4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:21:36.039 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:35 smithi131 bash[21837]: debug 2024-04-21T15:21:35.689+0000 7f6740b90200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:21:36.039 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:35 smithi131 bash[21837]: debug 2024-04-21T15:21:35.929+0000 7f6740b90200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-21T15:21:36.305 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:36 smithi148 bash[23225]: debug 2024-04-21T15:21:36.211+0000 7f4d33ee4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:21:36.313 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:36 smithi131 bash[21837]: debug 2024-04-21T15:21:36.049+0000 7f6740b90200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-21T15:21:36.332 INFO:teuthology.orchestra.run.smithi131.stdout:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:36.789 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:36 smithi131 bash[21837]: debug 2024-04-21T15:21:36.305+0000 7f6740b90200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-21T15:21:37.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:37 smithi148 bash[23225]: debug 2024-04-21T15:21:37.215+0000 7f4d33ee4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:21:37.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:37 smithi148 bash[23225]: debug 2024-04-21T15:21:37.331+0000 7f4d33ee4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:21:37.770 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:37 smithi131 bash[21837]: debug 2024-04-21T15:21:37.341+0000 7f6740b90200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-21T15:21:37.771 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:37 smithi131 bash[21837]: debug 2024-04-21T15:21:37.461+0000 7f6740b90200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-21T15:21:38.038 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:37 smithi131 bash[21837]: debug 2024-04-21T15:21:37.765+0000 7f6740b90200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:21:38.039 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:37 smithi131 bash[21837]: debug 2024-04-21T15:21:37.881+0000 7f6740b90200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:21:38.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:37 smithi148 bash[23225]: debug 2024-04-21T15:21:37.623+0000 7f4d33ee4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-21T15:21:38.055 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:37 smithi148 bash[23225]: debug 2024-04-21T15:21:37.739+0000 7f4d33ee4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-21T15:21:38.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[23225]: debug 2024-04-21T15:21:38.187+0000 7f4d33ee4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:21:38.555 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[23225]: debug 2024-04-21T15:21:38.303+0000 7f4d33ee4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:21:38.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.555 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:38.556 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:38 smithi148 bash[22200]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:38.631 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21837]: debug 2024-04-21T15:21:38.337+0000 7f6740b90200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-21T15:21:38.631 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21837]: debug 2024-04-21T15:21:38.465+0000 7f6740b90200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-21T15:21:38.631 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:38.632 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:38 smithi131 bash[21579]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:38.668 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.668 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.328101+0000 mon.a (mon.0) 682 : cluster [DBG] Standby manager daemon b restarted 2024-04-21T15:21:38.668 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.668 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.328357+0000 mon.a (mon.0) 683 : cluster [DBG] Standby manager daemon b started 2024-04-21T15:21:38.668 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.331150+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.332245+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.333528+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:38.669 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:38 smithi157 bash[22303]: audit 2024-04-21T15:21:38.334070+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.148:0/2935967033' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.794 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.795 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.795 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.795 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.795 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:39 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.810 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:39 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.389444+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-21T15:21:39.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.489614+0000 mon.a (mon.0) 685 : cluster [INF] Active manager daemon a restarted 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.490294+0000 mon.a (mon.0) 686 : cluster [INF] Activating manager daemon a 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.498572+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.498913+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00883718s), standbys: b 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.503232+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.503756+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.504243+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.504763+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-21T15:21:39.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.505340+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-21T15:21:39.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.505895+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-21T15:21:39.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.506562+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.507210+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.507947+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.508479+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.509325+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cluster 2024-04-21T15:21:38.533703+0000 mon.a (mon.0) 700 : cluster [INF] Manager daemon a is now available 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.563221+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:39.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.565879+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.571220+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.572313+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.574622+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.576227+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.582135+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.588087+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]': finished 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.592559+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.594294+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.594474+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.597360+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.598069+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:38.600111+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: audit 2024-04-21T15:21:38.600524+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.184705+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.192006+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:39.890 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:39 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.234641+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.conf 2024-04-21T15:21:40.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.792 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:40.793 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:40 smithi131 bash[21579]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:40.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.808 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:40.809 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:40 smithi148 bash[22200]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:40.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.349513+0000 mgr.a (mgr.14373) 7 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.400244+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.406910+0000 mgr.a (mgr.14373) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.427462+0000 mgr.a (mgr.14373) 10 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTING 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cluster 2024-04-21T15:21:39.503838+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e19: a(active, since 1.01376s), standbys: b 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.505101+0000 mgr.a (mgr.14373) 11 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cluster 2024-04-21T15:21:39.508853+0000 mgr.a (mgr.14373) 12 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.547931+0000 mgr.a (mgr.14373) 13 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on https://172.21.15.131:7151 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.567077+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.618037+0000 mgr.a (mgr.14373) 15 : cephadm [INF] Updating smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.621406+0000 mgr.a (mgr.14373) 16 : cephadm [INF] Updating smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.651068+0000 mgr.a (mgr.14373) 17 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Serving on http://172.21.15.131:8765 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: cephadm 2024-04-21T15:21:39.651481+0000 mgr.a (mgr.14373) 18 : cephadm [INF] [21/Apr/2024:15:21:39] ENGINE Bus STARTED 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.737277+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.741759+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.842298+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.850712+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.858890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.865953+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.875138+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.884572+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:39.970514+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.888 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:40.186349+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:40.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:40.889 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:40 smithi157 bash[22303]: audit 2024-04-21T15:21:40.459652+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.521 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.522 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.523 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.523 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.523 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.746 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.747 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:41 smithi157 bash[22303]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: cluster 2024-04-21T15:21:40.505606+0000 mgr.a (mgr.14373) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: cluster 2024-04-21T15:21:40.511546+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:40.514955+0000 mon.a (mon.0) 726 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-21T15:21:41.754 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.056061+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.068685+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.070696+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.070875+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.176019+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.755 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:41 smithi148 bash[22200]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.788 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.325838+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:41.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:41 smithi131 bash[21579]: audit 2024-04-21T15:21:41.473940+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.631 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.632 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:42 smithi148 bash[22200]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:42 smithi131 bash[21579]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: cluster 2024-04-21T15:21:41.515627+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.517103+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.131:0/2824132481' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.848 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: cluster 2024-04-21T15:21:41.521787+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.601600+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.608644+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.740583+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.749172+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:41.853749+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:42.849 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:42 smithi157 bash[22303]: audit 2024-04-21T15:21:42.410701+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:43 smithi131 bash[21579]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.807 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:43 smithi148 bash[22200]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:42.505946+0000 mgr.a (mgr.14373) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:42.529866+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.536382+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.850 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.937930+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.939269+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:42.947259+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cephadm 2024-04-21T15:21:42.947755+0000 mgr.a (mgr.14373) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.245497+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.361585+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.368805+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.377707+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.851 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.852 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: cluster 2024-04-21T15:21:43.433322+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-21T15:21:43.852 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:43.852 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:43 smithi157 bash[22303]: audit 2024-04-21T15:21:43.524472+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:44 smithi131 bash[21579]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.805 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.806 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:44 smithi148 bash[22200]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.530807+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.554167+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: cluster 2024-04-21T15:21:43.554970+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.559876+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.734418+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:43.846004+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:44.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:44 smithi157 bash[22303]: audit 2024-04-21T15:21:44.189260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.634 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.635 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:45 smithi157 bash[22303]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:45 smithi148 bash[22200]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:44.506657+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:44.551605+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:44.560143+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.893 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: cluster 2024-04-21T15:21:45.187308+0000 mon.a (mon.0) 763 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.200238+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.261673+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:45.894 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:45 smithi131 bash[21579]: audit 2024-04-21T15:21:45.449026+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:46.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:46.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:46.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:46.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:46 smithi157 bash[22303]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.984 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:46.985 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:46 smithi148 bash[22200]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:47.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:47.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: cluster 2024-04-21T15:21:45.560847+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-21T15:21:47.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.572608+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.737746+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.743088+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.748547+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.907964+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.912987+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:45.919507+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:47.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:46 smithi131 bash[21579]: audit 2024-04-21T15:21:46.557739+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:47.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:47 smithi131 bash[21579]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:47.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:47 smithi157 bash[22303]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:46.507329+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:46.565228+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.156557+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.163507+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.170738+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.001 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.204309+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.209607+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.211078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.220792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: cluster 2024-04-21T15:21:47.566784+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:48.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:47 smithi148 bash[22200]: audit 2024-04-21T15:21:47.567857+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:49.887 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:49 smithi157 bash[22303]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:50.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:50.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.041 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.042 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:49 smithi131 bash[21579]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: cluster 2024-04-21T15:21:48.508139+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.563259+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: cluster 2024-04-21T15:21:48.568724+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.573901+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.715979+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.725069+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.736145+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.920308+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.931811+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.944985+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.952236+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.960536+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:49 smithi148 bash[22200]: audit 2024-04-21T15:21:48.970473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.425 INFO:teuthology.orchestra.run.smithi131.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-04-21T15:21:50.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.790 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.791 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:50 smithi131 bash[21579]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.880 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.881 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:50 smithi148 bash[22200]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:49.576203+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.131:0/588709449' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-21T15:21:50.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: cluster 2024-04-21T15:21:49.582443+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-21T15:21:50.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.422444+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.451727+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.455071+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.455833+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.461710+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.465699+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.467850+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi148.eznfaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:50.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.475166+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:50.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:50.886 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:50 smithi157 bash[22303]: audit 2024-04-21T15:21:50.476950+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:51.168 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-21T15:21:51.178 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:36c371567dddacf6207ea36f2535396ab31415fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 -- bash -c 'set -e 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> set -x 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> TOKENS=$(ceph rgw realm tokens) 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-21T15:21:51.178 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-04-21T15:21:51.179 DEBUG:teuthology.orchestra.run.smithi131:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-04-21T15:21:51.179 DEBUG:teuthology.orchestra.run.smithi131:> ' 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:51.884 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:51.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:51.885 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:51 smithi157 bash[22303]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:51.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:51.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:51.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:51.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:51.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:51 smithi148 bash[22200]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cephadm 2024-04-21T15:21:50.417670+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cephadm 2024-04-21T15:21:50.478375+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi148.eznfaw on smithi148 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:52.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:50.508575+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-04-21T15:21:52.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:52.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:51.473145+0000 mon.a (mon.0) 809 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-21T15:21:52.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:52.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:51 smithi131 bash[21579]: cluster 2024-04-21T15:21:51.473206+0000 mon.a (mon.0) 810 : cluster [INF] Cluster is now healthy 2024-04-21T15:21:52.589 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:52.589 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:52.590 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:52.862 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:52.862 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:52.863 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:21:52 smithi148 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:54.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:53 smithi157 bash[22303]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:54.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:54.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:53 smithi131 bash[21579]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:54.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: cluster 2024-04-21T15:21:52.509186+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-04-21T15:21:54.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.872686+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.883120+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.904935+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.906573+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.909425+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi157.iezcgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.919691+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: audit 2024-04-21T15:21:52.923291+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:54.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:53 smithi148 bash[22200]: cephadm 2024-04-21T15:21:52.925334+0000 mgr.a (mgr.14373) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi157.iezcgw on smithi157 2024-04-21T15:21:55.228 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:55.229 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:21:55 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:55.483 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:55.483 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:21:55 smithi157 systemd[1]: /etc/systemd/system/ceph-912eecc6-fff1-11ee-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-21T15:21:55.899 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/mon.a/config 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:56.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:55 smithi157 bash[22303]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:56.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:56.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:55 smithi131 bash[21579]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: cluster 2024-04-21T15:21:54.510252+0000 mgr.a (mgr.14373) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 2.0 KiB/s wr, 60 op/s 2024-04-21T15:21:56.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.530619+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.539706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.552804+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:56.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:55 smithi148 bash[22200]: audit 2024-04-21T15:21:55.554533+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:57.040 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:56 smithi131 bash[21579]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:57.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.135 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:57.136 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:56 smithi157 bash[22303]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:57.305 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:55.557109+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVzVQUTI2M0JGWFE3S0I1QjlHSkciLAogICAgInNlY3JldCI6ICI2Zm85d0xBVnVOMmMwc2RYcGtDT3hyVGZRcGo3RjFDcUx2Qmw5U1hPIgp9", "zone_endpoints": ["http://smithi148:5500", "http://smithi157:5500"]}]: dispatch 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.346714+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.353084+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.359222+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.365142+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.369329+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:57.306 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.434167+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.437223+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:57.307 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:56 smithi148 bash[22200]: audit 2024-04-21T15:21:56.438177+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.056 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.057 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:57 smithi148 bash[22200]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.290 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.291 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.292 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:57 smithi131 bash[21579]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.360710+0000 mgr.a (mgr.14373) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-21T15:21:58.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.376 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.444243+0000 mgr.a (mgr.14373) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cluster 2024-04-21T15:21:56.511098+0000 mgr.a (mgr.14373) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 71 KiB/s rd, 7.2 KiB/s wr, 156 op/s 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.940432+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.947808+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:56.956873+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: cephadm 2024-04-21T15:21:56.958458+0000 mgr.a (mgr.14373) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:58.377 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.333062+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.335572+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.336192+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.378 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:57 smithi157 bash[22303]: audit 2024-04-21T15:21:57.601855+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:58.461 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-21T15:21:58.461 INFO:teuthology.orchestra.run.smithi131.stderr:++ ceph rgw realm tokens 2024-04-21T15:21:58.462 INFO:teuthology.orchestra.run.smithi131.stderr:++ jq -r '.[0].token' 2024-04-21T15:21:59.002 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.003 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.003 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.003 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.003 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.003 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:58 smithi148 bash[22200]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.212 INFO:teuthology.orchestra.run.smithi131.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ== 2024-04-21T15:21:59.213 INFO:teuthology.orchestra.run.smithi131.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ== 2024-04-21T15:21:59.213 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ== 2024-04-21T15:21:59.213 INFO:teuthology.orchestra.run.smithi131.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ== '!=' 'master zone has no endpoint' ']' 2024-04-21T15:21:59.213 INFO:teuthology.orchestra.run.smithi131.stderr:+ break 2024-04-21T15:21:59.213 INFO:teuthology.orchestra.run.smithi131.stderr:++ ceph rgw realm tokens 2024-04-21T15:21:59.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:58 smithi131 bash[21579]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: cephadm 2024-04-21T15:21:57.339761+0000 mgr.a (mgr.14373) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: cephadm 2024-04-21T15:21:57.602364+0000 mgr.a (mgr.14373) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:58 smithi157 bash[22303]: audit 2024-04-21T15:21:58.591287+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14373 172.21.15.131:0/479183628' entity='mgr.a' 2024-04-21T15:21:59.960 INFO:teuthology.orchestra.run.smithi131.stderr:+ TOKENS='[ 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr: { 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr: "realm": "myrealm1", 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ==" 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr: } 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr:]' 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ=="' '}' ']' 2024-04-21T15:21:59.961 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-04-21T15:21:59.962 INFO:teuthology.orchestra.run.smithi131.stdout:true 2024-04-21T15:21:59.963 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ=="' '}' ']' 2024-04-21T15:21:59.963 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status '.[0].token' 2024-04-21T15:21:59.965 INFO:teuthology.orchestra.run.smithi131.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImY0ODU5MDQ0LWUwNGUtNDdmNy04ZTM0LTNjODAyM2NjODQ3MiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTE0ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlc1UFEyNjNCRlhRN0tCNUI5R0pHIiwKICAgICJzZWNyZXQiOiAiNmZvOXdMQVZ1TjJjMHNkWHBrQ094clRmUXBqN0YxQ3FMdkJsOVNYTyIKfQ==" 2024-04-21T15:21:59.966 INFO:teuthology.orchestra.run.smithi131.stderr:++ ceph rgw realm tokens 2024-04-21T15:21:59.966 INFO:teuthology.orchestra.run.smithi131.stderr:++ jq -r '.[0].token' 2024-04-21T15:21:59.966 INFO:teuthology.orchestra.run.smithi131.stderr:++ base64 --decode 2024-04-21T15:22:00.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:59 smithi157 bash[22303]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:59 smithi157 bash[22303]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:59 smithi157 bash[22303]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:21:59 smithi157 bash[22303]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.276 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:59 smithi148 bash[22200]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.276 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:59 smithi148 bash[22200]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.276 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:59 smithi148 bash[22200]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.276 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:21:59 smithi148 bash[22200]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:59 smithi131 bash[21579]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.288 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:59 smithi131 bash[21579]: cluster 2024-04-21T15:21:58.511923+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 5.8 KiB/s wr, 125 op/s 2024-04-21T15:22:00.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:59 smithi131 bash[21579]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.289 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:21:59 smithi131 bash[21579]: audit 2024-04-21T15:21:58.824212+0000 mgr.a (mgr.14373) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr:+ TOKEN_JSON='{ 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr: "realm_name": "myrealm1", 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr: "realm_id": "f4859044-e04e-47f7-8e34-3c8023cc8472", 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr: "endpoint": "http://smithi148:5500", 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr: "access_key": "W5PQ263BFXQ7KB5B9GJG", 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr: "secret": "6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO" 2024-04-21T15:22:00.704 INFO:teuthology.orchestra.run.smithi131.stderr:}' 2024-04-21T15:22:00.705 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"f4859044-e04e-47f7-8e34-3c8023cc8472",' '"endpoint":' '"http://smithi148:5500",' '"access_key":' '"W5PQ263BFXQ7KB5B9GJG",' '"secret":' '"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO"' '}' 2024-04-21T15:22:00.705 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-04-21T15:22:00.706 INFO:teuthology.orchestra.run.smithi131.stdout:true 2024-04-21T15:22:00.706 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"f4859044-e04e-47f7-8e34-3c8023cc8472",' '"endpoint":' '"http://smithi148:5500",' '"access_key":' '"W5PQ263BFXQ7KB5B9GJG",' '"secret":' '"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO"' '}' 2024-04-21T15:22:00.707 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-04-21T15:22:00.709 INFO:teuthology.orchestra.run.smithi131.stdout:true 2024-04-21T15:22:00.709 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"f4859044-e04e-47f7-8e34-3c8023cc8472",' '"endpoint":' '"http://smithi148:5500",' '"access_key":' '"W5PQ263BFXQ7KB5B9GJG",' '"secret":' '"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO"' '}' 2024-04-21T15:22:00.710 INFO:teuthology.orchestra.run.smithi131.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-04-21T15:22:00.712 INFO:teuthology.orchestra.run.smithi131.stdout:true 2024-04-21T15:22:00.713 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"f4859044-e04e-47f7-8e34-3c8023cc8472",' '"endpoint":' '"http://smithi148:5500",' '"access_key":' '"W5PQ263BFXQ7KB5B9GJG",' '"secret":' '"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO"' '}' 2024-04-21T15:22:00.713 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status .access_key 2024-04-21T15:22:00.715 INFO:teuthology.orchestra.run.smithi131.stdout:"W5PQ263BFXQ7KB5B9GJG" 2024-04-21T15:22:00.715 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"f4859044-e04e-47f7-8e34-3c8023cc8472",' '"endpoint":' '"http://smithi148:5500",' '"access_key":' '"W5PQ263BFXQ7KB5B9GJG",' '"secret":' '"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO"' '}' 2024-04-21T15:22:00.715 INFO:teuthology.orchestra.run.smithi131.stderr:+ jq --exit-status .secret 2024-04-21T15:22:00.717 INFO:teuthology.orchestra.run.smithi131.stdout:"6fo9wLAVuN2c0sdXpkCOxrTfQpj7F1CqLvBl9SXO" 2024-04-21T15:22:01.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:00 smithi131 bash[21579]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:00 smithi131 bash[21579]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:00 smithi131 bash[21579]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:00 smithi131 bash[21579]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:00 smithi148 bash[22200]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:00 smithi148 bash[22200]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:00 smithi148 bash[22200]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:00 smithi148 bash[22200]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:00 smithi157 bash[22303]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:00 smithi157 bash[22303]: audit 2024-04-21T15:21:59.569901+0000 mgr.a (mgr.14373) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:00 smithi157 bash[22303]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.384 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:00 smithi157 bash[22303]: audit 2024-04-21T15:22:00.318735+0000 mgr.a (mgr.14373) 41 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-21T15:22:01.533 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-21T15:22:01.544 INFO:tasks.cephadm:Teardown begin 2024-04-21T15:22:01.544 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:22:01.559 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:22:01.571 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:22:01.586 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-21T15:22:01.586 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-21T15:22:01.610 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-21T15:22:01.621 DEBUG:teuthology.orchestra.run.smithi157:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-21T15:22:01.634 INFO:tasks.cephadm:Stopping all daemons... 2024-04-21T15:22:01.634 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-21T15:22:01.634 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a 2024-04-21T15:22:01.789 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:01 smithi131 systemd[1]: Stopping Ceph mon.a for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:02.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:01 smithi131 bash[21579]: debug 2024-04-21T15:22:01.789+0000 7f5845db7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-21T15:22:02.039 INFO:journalctl@ceph.mon.a.smithi131.stdout:Apr 21 15:22:01 smithi131 bash[21579]: debug 2024-04-21T15:22:01.789+0000 7f5845db7700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-21T15:22:02.723 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.a.service' 2024-04-21T15:22:02.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:02.759 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-21T15:22:02.759 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-21T15:22:02.759 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.b 2024-04-21T15:22:03.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:02 smithi148 systemd[1]: Stopping Ceph mon.b for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:03.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:02 smithi148 bash[22200]: debug 2024-04-21T15:22:02.903+0000 7f960905c700 -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-04-21T15:22:03.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Apr 21 15:22:02 smithi148 bash[22200]: debug 2024-04-21T15:22:02.903+0000 7f960905c700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-21T15:22:03.784 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.b.service' 2024-04-21T15:22:03.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:03.810 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-21T15:22:03.810 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-21T15:22:03.810 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.c 2024-04-21T15:22:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:03 smithi157 systemd[1]: Stopping Ceph mon.c for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:03 smithi157 bash[22303]: debug 2024-04-21T15:22:03.953+0000 7f571a5cb700 -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-04-21T15:22:04.134 INFO:journalctl@ceph.mon.c.smithi157.stdout:Apr 21 15:22:03 smithi157 bash[22303]: debug 2024-04-21T15:22:03.953+0000 7f571a5cb700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-21T15:22:04.612 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mon.c.service' 2024-04-21T15:22:04.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:04.643 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-21T15:22:04.643 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-21T15:22:04.643 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a 2024-04-21T15:22:05.032 INFO:journalctl@ceph.mgr.a.smithi131.stdout:Apr 21 15:22:04 smithi131 systemd[1]: Stopping Ceph mgr.a for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:05.515 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.a.service' 2024-04-21T15:22:05.541 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:05.541 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-21T15:22:05.541 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-21T15:22:05.541 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.b 2024-04-21T15:22:05.805 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Apr 21 15:22:05 smithi148 systemd[1]: Stopping Ceph mgr.b for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:06.402 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@mgr.b.service' 2024-04-21T15:22:06.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:06.424 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-21T15:22:06.424 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-21T15:22:06.424 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.0 2024-04-21T15:22:06.537 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:06 smithi131 systemd[1]: Stopping Ceph osd.0 for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:06.687 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:06 smithi131 bash[31818]: debug 2024-04-21T15:22:06.581+0000 7f5d5144c700 -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-04-21T15:22:06.687 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:06 smithi131 bash[31818]: debug 2024-04-21T15:22:06.581+0000 7f5d5144c700 -1 osd.0 32 *** Got signal Terminated *** 2024-04-21T15:22:06.687 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:06 smithi131 bash[31818]: debug 2024-04-21T15:22:06.581+0000 7f5d5144c700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-21T15:22:12.629 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:12 smithi131 bash[62367]: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-0 2024-04-21T15:22:12.629 INFO:journalctl@ceph.osd.0.smithi131.stdout:Apr 21 15:22:12 smithi131 bash[62811]: Error response from daemon: No such container: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-0 2024-04-21T15:22:14.332 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.0.service' 2024-04-21T15:22:14.371 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:14.371 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-21T15:22:14.371 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-21T15:22:14.371 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.1 2024-04-21T15:22:14.805 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:14 smithi148 systemd[1]: Stopping Ceph osd.1 for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:14.805 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:14 smithi148 bash[26974]: debug 2024-04-21T15:22:14.515+0000 7f38ec50d700 -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-04-21T15:22:14.805 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:14 smithi148 bash[26974]: debug 2024-04-21T15:22:14.515+0000 7f38ec50d700 -1 osd.1 32 *** Got signal Terminated *** 2024-04-21T15:22:14.805 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:14 smithi148 bash[26974]: debug 2024-04-21T15:22:14.515+0000 7f38ec50d700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-21T15:22:21.003 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:20 smithi148 bash[32092]: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-1 2024-04-21T15:22:21.304 INFO:journalctl@ceph.osd.1.smithi148.stdout:Apr 21 15:22:21 smithi148 bash[32254]: Error response from daemon: No such container: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-1 2024-04-21T15:22:22.943 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.1.service' 2024-04-21T15:22:22.976 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:22.976 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-21T15:22:22.976 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-21T15:22:22.976 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.2 2024-04-21T15:22:23.384 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:22 smithi157 systemd[1]: Stopping Ceph osd.2 for 912eecc6-fff1-11ee-bc93-c7b262605968... 2024-04-21T15:22:23.384 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:23 smithi157 bash[27647]: debug 2024-04-21T15:22:23.117+0000 7ff54eb92700 -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-04-21T15:22:23.384 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:23 smithi157 bash[27647]: debug 2024-04-21T15:22:23.117+0000 7ff54eb92700 -1 osd.2 32 *** Got signal Terminated *** 2024-04-21T15:22:23.384 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:23 smithi157 bash[27647]: debug 2024-04-21T15:22:23.117+0000 7ff54eb92700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-21T15:22:29.073 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:28 smithi157 bash[32127]: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-2 2024-04-21T15:22:29.384 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 21 15:22:29 smithi157 bash[32436]: Error response from daemon: No such container: ceph-912eecc6-fff1-11ee-bc93-c7b262605968-osd-2 2024-04-21T15:22:30.641 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-912eecc6-fff1-11ee-bc93-c7b262605968@osd.2.service' 2024-04-21T15:22:30.683 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-21T15:22:30.683 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-21T15:22:30.683 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force --keep-logs 2024-04-21T15:22:30.840 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:22:33.335 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force --keep-logs 2024-04-21T15:22:33.505 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:22:49.714 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force --keep-logs 2024-04-21T15:22:49.859 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:23:05.685 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:23:05.702 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:23:05.719 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-21T15:23:05.732 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-21T15:23:05.734 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi131/crash 2024-04-21T15:23:05.734 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash -- . 2024-04-21T15:23:05.756 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-21T15:23:05.756 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-04-21T15:23:05.758 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi148/crash 2024-04-21T15:23:05.759 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash -- . 2024-04-21T15:23:05.773 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-21T15:23:05.773 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-04-21T15:23:05.775 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi157/crash 2024-04-21T15:23:05.776 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash -- . 2024-04-21T15:23:05.788 INFO:teuthology.orchestra.run.smithi157.stderr:tar: /var/lib/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-21T15:23:05.788 INFO:teuthology.orchestra.run.smithi157.stderr:tar: Error is not recoverable: exiting now 2024-04-21T15:23:05.789 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-21T15:23:05.789 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/912eecc6-fff1-11ee-bc93-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-04-21T15:23:05.815 INFO:teuthology.orchestra.run.smithi131.stdout:2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:23:05.816 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-21T15:23:05.816 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[SEC\]' /var/log/ceph/912eecc6-fff1-11ee-bc93-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-04-21T15:23:05.875 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]' /var/log/ceph/912eecc6-fff1-11ee-bc93-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-04-21T15:23:05.930 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[WRN\]' /var/log/ceph/912eecc6-fff1-11ee-bc93-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-04-21T15:23:05.988 INFO:teuthology.orchestra.run.smithi131.stdout:2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-21T15:23:05.989 INFO:tasks.cephadm:Compressing logs... 2024-04-21T15:23:05.990 DEBUG:teuthology.orchestra.run.smithi131:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-21T15:23:06.035 DEBUG:teuthology.orchestra.run.smithi148:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-21T15:23:06.037 DEBUG:teuthology.orchestra.run.smithi157:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-21T15:23:06.042 INFO:teuthology.orchestra.run.smithi131.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-21T15:23:06.048 INFO:teuthology.orchestra.run.smithi148.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-21T15:23:06.050 INFO:teuthology.orchestra.run.smithi157.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-21T15:23:06.056 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-21T15:23:06.056 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.0.log 2024-04-21T15:23:06.057 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.a.log 2024-04-21T15:23:06.058 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log 2024-04-21T15:23:06.058 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log 2024-04-21T15:23:06.058 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log 2024-04-21T15:23:06.058 INFO:teuthology.orchestra.run.smithi131.stderr: 83.3% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-21T15:23:06.058 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.a.log 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log: 86.2% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log.gz 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.2.log 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log 2024-04-21T15:23:06.060 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log 2024-04-21T15:23:06.061 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log 2024-04-21T15:23:06.061 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-21T15:23:06.062 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.a.log: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-21T15:23:06.062 INFO:teuthology.orchestra.run.smithi131.stderr: 89.9% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log.gz 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr: 82.2% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.c.log 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log: 85.9% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log.gz 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi157.iezcgw.log 2024-04-21T15:23:06.063 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi157.iezcgw.log: 59.2% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi157.iezcgw.log.gz 2024-04-21T15:23:06.064 INFO:teuthology.orchestra.run.smithi157.stderr: 79.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-21T15:23:06.064 INFO:teuthology.orchestra.run.smithi157.stderr: 90.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log.gz 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.1.log 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- 82.2% /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log 2024-04-21T15:23:06.065 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.b.log 2024-04-21T15:23:06.067 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log: /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log 2024-04-21T15:23:06.067 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.b.log: 85.9% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.log.gz 2024-04-21T15:23:06.067 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi148.eznfaw.log 2024-04-21T15:23:06.068 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.b.log 2024-04-21T15:23:06.068 INFO:teuthology.orchestra.run.smithi148.stderr: 78.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-21T15:23:06.068 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi148.eznfaw.log: 71.9% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi148.eznfaw.log.gz 2024-04-21T15:23:06.068 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph.audit.log.gz 2024-04-21T15:23:06.071 INFO:teuthology.orchestra.run.smithi148.stderr: 90.4% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-21T15:23:06.073 INFO:teuthology.orchestra.run.smithi131.stderr: 91.8% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log.gz 2024-04-21T15:23:06.079 INFO:teuthology.orchestra.run.smithi148.stderr: 91.8% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log.gz 2024-04-21T15:23:06.079 INFO:teuthology.orchestra.run.smithi157.stderr: 91.9% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-volume.log.gz 2024-04-21T15:23:06.137 INFO:teuthology.orchestra.run.smithi157.stderr: 93.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-21T15:23:06.151 INFO:teuthology.orchestra.run.smithi131.stderr: 88.2% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-21T15:23:06.155 INFO:teuthology.orchestra.run.smithi148.stderr: 92.7% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-21T15:23:06.307 INFO:teuthology.orchestra.run.smithi131.stderr: 91.7% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-21T15:23:06.395 INFO:teuthology.orchestra.run.smithi131.stderr: 94.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-21T15:23:06.396 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-04-21T15:23:06.396 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m0.359s 2024-04-21T15:23:06.396 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m0.662s 2024-04-21T15:23:06.396 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.058s 2024-04-21T15:23:06.436 INFO:teuthology.orchestra.run.smithi157.stderr: 94.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-21T15:23:06.439 INFO:teuthology.orchestra.run.smithi157.stderr: 2024-04-21T15:23:06.439 INFO:teuthology.orchestra.run.smithi157.stderr:real 0m0.396s 2024-04-21T15:23:06.439 INFO:teuthology.orchestra.run.smithi157.stderr:user 0m0.471s 2024-04-21T15:23:06.439 INFO:teuthology.orchestra.run.smithi157.stderr:sys 0m0.034s 2024-04-21T15:23:06.472 INFO:teuthology.orchestra.run.smithi148.stderr: 94.1% -- replaced with /var/log/ceph/912eecc6-fff1-11ee-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-21T15:23:06.473 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-04-21T15:23:06.473 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m0.434s 2024-04-21T15:23:06.473 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m0.511s 2024-04-21T15:23:06.473 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.044s 2024-04-21T15:23:06.475 INFO:tasks.cephadm:Archiving logs... 2024-04-21T15:23:06.475 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi131/log 2024-04-21T15:23:06.476 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-21T15:23:06.600 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi148/log 2024-04-21T15:23:06.601 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-21T15:23:06.684 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi157/log 2024-04-21T15:23:06.685 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-21T15:23:06.759 INFO:tasks.cephadm:Removing cluster... 2024-04-21T15:23:06.759 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force 2024-04-21T15:23:06.922 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:23:08.283 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force 2024-04-21T15:23:08.454 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:23:09.778 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 912eecc6-fff1-11ee-bc93-c7b262605968 --force 2024-04-21T15:23:09.946 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 912eecc6-fff1-11ee-bc93-c7b262605968 2024-04-21T15:23:11.279 INFO:tasks.cephadm:Removing cephadm ... 2024-04-21T15:23:11.279 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-21T15:23:11.286 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-21T15:23:11.292 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-21T15:23:11.297 INFO:tasks.cephadm:Teardown complete 2024-04-21T15:23:11.298 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-21T15:23:11.309 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-04-21T15:23:11.309 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-21T15:23:11.331 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-21T15:23:11.335 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-21T15:23:11.411 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-21T15:23:11.421 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-21T15:23:11.421 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:23:11.424 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:23:11.426 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================== 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout:*hv01.front.sepi 44.4.53.2 2 u 40 64 377 0.069 -1.662 2.003 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout:+hv02.front.sepi 63.231.80.2 3 u 45 64 377 0.086 +0.149 1.730 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout:+hv03.front.sepi 74.6.168.72 3 u 39 64 377 0.092 -4.461 2.918 2024-04-21T15:23:11.435 INFO:teuthology.orchestra.run.smithi148.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.077 -4.780 2.341 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout:+hv02.front.sepi 63.231.80.2 3 u 46 64 377 0.102 +0.204 1.386 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout:+hv03.front.sepi 74.6.168.72 3 u 42 64 377 0.081 -2.903 1.572 2024-04-21T15:23:11.437 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout:*hv01.front.sepi 44.4.53.2 2 u 37 64 377 0.079 -5.098 1.579 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout:+hv02.front.sepi 63.231.80.2 3 u 40 64 377 0.079 -1.849 0.990 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout:+hv03.front.sepi 74.6.168.72 3 u 39 64 377 0.071 -3.772 1.333 2024-04-21T15:23:11.440 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-21T15:23:11.441 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-21T15:23:11.484 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-21T15:23:11.485 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-21T15:23:11.522 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-21T15:23:11.587 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-21T15:23:11.764 INFO:teuthology.task.internal:Duration was 1195.412932 seconds 2024-04-21T15:23:11.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-21T15:23:11.798 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-21T15:23:11.798 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T15:23:11.801 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T15:23:11.803 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T15:23:11.841 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-21T15:23:11.841 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-04-21T15:23:11.842 DEBUG:teuthology.orchestra.run.smithi131:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-21T15:23:11.887 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-04-21T15:23:11.887 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-21T15:23:11.897 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2024-04-21T15:23:11.897 DEBUG:teuthology.orchestra.run.smithi157:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-21T15:23:11.906 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-21T15:23:11.907 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T15:23:11.931 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T15:23:11.939 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T15:23:11.984 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-21T15:23:11.984 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T15:23:12.011 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T15:23:12.014 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T15:23:12.116 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-21T15:23:12.126 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-21T15:23:12.126 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T15:23:12.139 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T15:23:12.151 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T15:23:12.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-21T15:23:12.179 DEBUG:teuthology.orchestra.run.smithi131:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.182 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.191 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-04-21T15:23:12.194 DEBUG:teuthology.orchestra.run.smithi157:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.202 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-04-21T15:23:12.216 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2024-04-21T15:23:12.318 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:23:12.323 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:23:12.366 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T15:23:12.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T15:23:12.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-21T15:23:12.383 INFO:teuthology.task.internal:Transferring archived files... 2024-04-21T15:23:12.384 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi131 2024-04-21T15:23:12.384 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T15:23:12.410 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi148 2024-04-21T15:23:12.410 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T15:23:12.436 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740/remote/smithi157 2024-04-21T15:23:12.436 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T15:23:12.459 INFO:teuthology.task.internal:Removing archive directory... 2024-04-21T15:23:12.459 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T15:23:12.462 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T15:23:12.479 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T15:23:12.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-21T15:23:12.513 INFO:teuthology.task.internal:Not uploading archives. 2024-04-21T15:23:12.513 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-21T15:23:12.547 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-21T15:23:12.548 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T15:23:12.551 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T15:23:12.554 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T15:23:12.555 INFO:teuthology.orchestra.run.smithi131.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 15:23 /home/ubuntu/cephtest 2024-04-21T15:23:12.557 INFO:teuthology.orchestra.run.smithi148.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 15:23 /home/ubuntu/cephtest 2024-04-21T15:23:12.559 INFO:teuthology.orchestra.run.smithi157.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 15:23 /home/ubuntu/cephtest 2024-04-21T15:23:12.560 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-21T15:23:12.592 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-21T15:23:12.744 INFO:teuthology.nuke:Checking targets against current locks 2024-04-21T15:23:12.765 DEBUG:teuthology.nuke:shortname: smithi131 2024-04-21T15:23:12.765 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T15:23:12.787 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.051499', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPjcLsp9WIpuyFlFluAg7t1CuxA8RaEIvwEZd2t7wT68V8OWj2aX01vSAatwFxydo3rvoHSfee68w4ZK2fsY6fk='} 2024-04-21T15:23:12.792 DEBUG:teuthology.nuke:shortname: smithi148 2024-04-21T15:23:12.792 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T15:23:12.812 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.052590', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLnJNP6531YPmXpDt09dvElbSoSUVWqqNaG6Tui+7gWVAR9+VF0E8d+QfihBLPY5wAaS/6Nvst7a5TpWOZbE0SM='} 2024-04-21T15:23:12.816 DEBUG:teuthology.nuke:shortname: smithi157 2024-04-21T15:23:12.816 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T15:23:12.831 INFO:teuthology.orchestra.console.smithi131:Power off 2024-04-21T15:23:12.832 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T15:23:12.844 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_14:00:04-rados-wip-yuriw-testing-20240419.185239-main-distro-default-smithi/7666740', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-21 14:52:30.053485', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIsRbd7WY82tCnzLoUz/K4iMxoUI/CNmk5saheTKJdnAj8JnafWMl3QD3LT5kARUjWZVwbCD8szW+i3bSsX/hd0='} 2024-04-21T15:23:12.857 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-04-21T15:23:12.857 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:12.877 INFO:teuthology.orchestra.console.smithi148:Power off 2024-04-21T15:23:12.877 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T15:23:12.886 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-21T15:23:12.899 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2024-04-21T15:23:12.899 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:12.915 INFO:teuthology.orchestra.console.smithi157:Power off 2024-04-21T15:23:12.915 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T15:23:12.924 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-04-21T15:23:12.938 DEBUG:teuthology.orchestra.console.smithi157:power off output: Chassis Power Control: Down/Off 2024-04-21T15:23:12.938 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:12.962 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-04-21T15:23:16.887 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:16.925 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:16.963 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:16.999 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-21T15:23:17.035 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-04-21T15:23:17.073 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-04-21T15:23:21.002 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:21.035 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:21.073 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:21.112 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-21T15:23:21.145 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2024-04-21T15:23:21.184 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is off 2024-04-21T15:23:21.247 INFO:teuthology.orchestra.console.smithi148:Power off completed 2024-04-21T15:23:21.285 INFO:teuthology.orchestra.console.smithi157:Power off completed 2024-04-21T15:23:25.114 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T15:23:25.224 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-04-21T15:23:25.325 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-04-21T15:23:25.429 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1195.4129321575165 failure_reason: '"2024-04-21T15:18:12.314105+0000 mon.a (mon.0) 440 : 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-04-21T15:23:25.430 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-21T15:23:25.498 INFO:teuthology.run:FAIL